Download the PHP package yiisoft/data-db without Composer
On this page you can find all versions of the php package yiisoft/data-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yiisoft/data-db
More information about yiisoft/data-db
Files in yiisoft/data-db
Package data-db
Short Description Database query adapter for Yii Data
License BSD-3-Clause
Homepage https://www.yiiframework.com/
Informations about the package data-db
Yii Data DB
The package provides data reader implementation based on Yii DB query and a set of DB-specific filters.
Detailed build statuses:
| RDBMS | Status |
|---|---|
| SQLite | |
| MySQL | |
| PostgreSQL | |
| Microsoft SQL Server | |
| Oracle |
Requirements
- PHP 8.1 - 8.5.
Installation
The package could be installed with Composer:
General usage
The QueryDataReader wraps a database query to provide a flexible data reading interface:
Field mapping
Map data reader field names to database columns:
Batch processing
Process large datasets in batches to reduce memory usage:
Documentation
- Internals
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
License
The Yii Data DB is free software. It is released under the terms of the BSD License.
Please see LICENSE for more information.
Maintained by Yii Software.