Releases: Pymetheus/sqlalchemy-dbtoolkit
0.1.8.dev
Add full CRUD support and query operator utilities
Introduces DeleteManager and UpdateManager for delete and update operations, respectively, and extends SelectManager with flexible column filtering and bulk selection. Adds a query_operators utility for standardized filter operators. Updates documentation and examples to reflect full CRUD support and bumps version to 0.1.8.
0.1.7.dev
Added InspectionManager and enhanced ORMBaseManager
Introduces the InspectionManager utility for database schema inspection and integrates it into ORMBaseManager. Adds methods to create only missing tables, supports schema selection, and updates documentation and versioning to 0.1.7.
0.1.6.dev
Added read.py under query/. Updated ORM Session Manager.
0.1.5.dev
Added sanitization.py in sqlalchemy_dbtoolkit/utils/
0.1.4.dev
We are pleased to announce the release of the SQLAlchemy Database Toolkit version 0.1.4.
This release contains the Genesis code, handling configuration loading, engine creation, ORM base registration, and session management.
Supported DBMS under current version:
- MySQL
- PostgreSQL
- SQLite