Zkh-dot / parallel-db

Neet framework for managing database connections in python. Can be usefull for basicly any databases and can parallel your queries with ease.
MIT License
0 stars 0 forks source link
data-science database high-level parallel python

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