mirror of
https://github.com/danog/sql.git
synced 2024-11-26 20:15:08 +01:00
4b1402e5fc
Switched the enum to implementing the new interface. e.g., MS SQL has a snapshot isolation level, so best to not be strictly limited to an enum. |
||
---|---|---|
.github/workflows | ||
src | ||
test | ||
.gitignore | ||
.php_cs | ||
.php-cs-fixer.dist.php | ||
.travis.yml | ||
composer.json | ||
LICENSE | ||
phpunit.xml.dist | ||
psalm.xml | ||
README.md |
SQL
This package provides interfaces and classes shared by amphp/mysql
and amphp/postgres
. See amphp/sql-common
for common implementations shared by these libraries.
Requirements
- PHP 7.0+
Versioning
amphp/sql
follows the semver semantic versioning specification like all other amphp
packages.
Security
If you discover any security related issues, please email contact@amphp.org
instead of using the issue tracker.
License
The MIT License (MIT). Please see LICENSE
for more information.