ifcastle / aql-sqldriver
Abstract SQL driver base class for AQL storage adapters
Package info
github.com/AbstractQueryLayer/sqldriver
Type:ifcastle-aql-package
pkg:composer/ifcastle/aql-sqldriver
v0.1.0
2026-01-09 16:08 UTC
Requires
- php: >=8.4
- ifcastle/aql-dsl: ^0.1.0
- ifcastle/aql-entity: ^0.1.0
- ifcastle/aql-executor: ^0.1.0
- ifcastle/aql-generator: ^0.1.0
- ifcastle/aql-result: ^0.1.0
- ifcastle/aql-storage: ^0.1.0
- ifcastle/aql-transaction: ^0.1.0
- ifcastle/di: ^0.6.0
Requires (Dev)
- ifcastle/codestyle: ^0.2.0
- phpunit/phpunit: ^11.2
- rector/rector: ^1.2
This package is auto-updated.
Last update: 2026-02-17 19:47:27 UTC
README
Abstract SQL driver base class for AQL storage adapters.
Description
This package provides the base abstract class for SQL database drivers in the AQL ecosystem. It is used by MySQL, PostgreSQL, and SQLite adapters.
Installation
composer require ifcastle/aql-sqldriver
License
MIT License. See LICENSE file for details.