A new beginning...
This version is a complete rewrite of the library and the documentation. From now on, only the new SQLAlchemy API (v1.4+) will be supported.
SQLA-wrapper now includes:
1. A wrapper for SQLAlchemy that does all the setup and gives you:
- A session class and a scoped session, both extended with some useful active-record-like methods and pagination.
- A declarative base class.
- A helper for performant testing with a real database.
2. A new Alembic wrapper that loads the config from your application instead of from separated `alembic.ini` and `env.py` files.
- CLI integrations with `click` and `pyCEO`.