parallel-db

Package for high level database parallel automatization


Keywords
data-science, database, high-level, parallel, python
License
MIT
Install
pip install parallel-db==0.0.3.post2

Documentation

Parallel-db

codecov CI - Test

Neet framework for managing database connections in python. Can be usefull for basicly any database and can parallel your queries with ease.

There are represented 2 main classes: Table and Scenario. Scenario is a class that represents a set of queries that should be executed. Table is a class that represents a table in database and can be used to execute queries on it.

Github page