ifcastle / aql-sqldriver
Abstract SQL driver base class for AQL storage adapters
Installs: 7
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:ifcastle-aql-package
pkg:composer/ifcastle/aql-sqldriver
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
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.