An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## Parallel-db

[![codecov](https://codecov.io/gh/Zkh-dot/parallel-db/graph/badge.svg?token=FXXCH3MW90)](https://codecov.io/gh/Zkh-dot/parallel-db)
[![CI - Test](https://github.com/Zkh-dot/parallel-db/actions/workflows/python-package.yml/badge.svg)](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)