This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Releases: jpsca/sqla-wrapper
Releases · jpsca/sqla-wrapper
v6.0.0
v5.6.1
v5.4
v5.3
v5.2
v5.1
v5.0.0
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:
- 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.
- A new Alembic wrapper that loads the config from your application instead of from separated
alembic.ini
andenv.py
files.
- CLI integrations with
click
andpyCEO
.