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.