https://github.com/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.
https://github.com/zkh-dot/parallel-db
data-science database high-level parallel python
Last synced: 9 months ago
JSON representation
Neet framework for managing database connections in python. Can be usefull for basicly any databases and can parallel your queries with ease.
- Host: GitHub
- URL: https://github.com/zkh-dot/parallel-db
- Owner: Zkh-dot
- License: mit
- Created: 2023-12-21T21:26:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:55:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T14:08:11.387Z (over 1 year ago)
- Topics: data-science, database, high-level, parallel, python
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Parallel-db
[](https://codecov.io/gh/Zkh-dot/parallel-db)
[](https://github.com/Zkh-dot/parallel-db/actions/workflows/python-package.yml)
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](https://github.com/Zkh-dot/parallel-db)