Skip to content

Enhanced Database Abstraction, New CRUD Engine, and SQLite Support

Latest
Compare
Choose a tag to compare
@teqfw teqfw released this 19 Jan 11:41

0.23.0

  • Introduced the TeqFw_Db_Back_Api_RDb_Schema_Object interface, deprecating TeqFw_Db_Back_RDb_Meta_IEntity.
  • Added a new CRUD engine TeqFw_Db_Back_App_Crud.
  • Introduced the transaction wrapper TeqFw_Db_Back_App_TrxWrapper for better transaction management.
  • Added the TeqFw_Db_Back_Api_RDb_Repository interface to define repository operations.
  • Enhanced support for SQLite in the CRUD engine, including better handling of primary keys.
  • Improved unit tests for CRUD operations with detailed scenarios.
  • Updated DEM loading logic to include optional test-specific data for schema initialization.
  • Added utilities for grouping and selecting columns in database queries.