SQLSoup

SQLSoup 0.9.0

SQLSoup is a tool that provides a convenient way to map Python objects to relational database tables, with no declarative code of any kind. It's built on top of the SQLAlchemy ORM and provides a super-minimalistic interface to an existing...

Alembic

Alembic 0.6.3

Alembic is a new database migrations utility, written by the author of SQLAlchemy. A migrations tool offers the following functionality:- Can emit ALTER statements to a database in order to change the structure of tables and other constructs-...