Skip to content

Releases: Pymetheus/sqlalchemy-dbtoolkit

0.1.8.dev

25 Aug 19:29
5ecfcce

Choose a tag to compare

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

07 Jul 21:50
2eee951

Choose a tag to compare

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

25 Jun 21:31
8e183fe

Choose a tag to compare

Added read.py under query/. Updated ORM Session Manager.

0.1.5.dev

22 Jun 20:45
86d5bc7

Choose a tag to compare

Added sanitization.py in sqlalchemy_dbtoolkit/utils/

0.1.4.dev

18 Jun 11:42

Choose a tag to compare

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