Skip to content

Releases: Pymetheus/sqlalchemy-dbtoolkit

0.1.8.dev

Choose a tag to compare

@Pymetheus Pymetheus released this 25 Aug 19:29
5ecfcce

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

Choose a tag to compare

@Pymetheus Pymetheus released this 07 Jul 21:50
2eee951

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

Choose a tag to compare

@Pymetheus Pymetheus released this 25 Jun 21:31
8e183fe

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

0.1.5.dev

Choose a tag to compare

@Pymetheus Pymetheus released this 22 Jun 20:45
86d5bc7

Added sanitization.py in sqlalchemy_dbtoolkit/utils/

0.1.4.dev

Choose a tag to compare

@Pymetheus Pymetheus released this 18 Jun 11:42

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