Go to file
Jáchym Toušek a4d011c7dd Fix documented return type for Connector::connect (#6) 2019-11-04 20:23:32 +01:00
src Fix documented return type for Connector::connect (#6) 2019-11-04 20:23:32 +01:00
test Remove classes moved to sql-common 2018-10-13 09:18:07 -05:00
.gitignore initial commit 2018-06-26 19:14:24 +08:00
.php_cs update php-cs-fixer 2018-06-29 18:27:27 +08:00
.travis.yml add travis yml 2018-06-30 01:26:39 +08:00
LICENSE update changes after review 2018-06-27 19:57:37 +08:00
README.md Update readme 2018-10-13 09:23:15 -05:00
composer.json Add "composer test" command 2018-10-13 09:21:12 -05:00
phpunit.xml.dist Add pool tests 2018-07-10 18:36:30 -05:00

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.