Yii Data DB 1.0

Yii Data DB, a database query adapter for Yii Data, is now available.

This package provides a data reader implementation that bridges Yii DB with the Yii Data reading interface, making it easy to work with database queries in a flexible and consistent way.

  • QueryDataReader. Wraps database queries to provide pagination, sorting, and filtering capabilities.

  • Field Mapping. Map data reader field names to database columns for clean API design.

  • Batch Processing. Process large datasets efficiently with configurable batch sizes.

  • Multi-Database Support. Tested with SQLite, MySQL, PostgreSQL, Microsoft SQL Server, and Oracle.