sql/README.md

20 lines
589 B
Markdown
Raw Normal View History

2018-10-05 21:34:18 +02:00
# SQL
2018-06-26 13:14:24 +02:00
2018-10-05 21:34:18 +02:00
This package provides interfaces and common classes shared by [`amphp/mysql`](https://github.com/amphp/mysql) and [`amphp/postgres`](https://github.com/amphp/postgres).
2018-06-26 13:14:24 +02:00
## Requirements
- PHP 7.0+
## Versioning
`amphp/sql` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages.
## Security
If you discover any security related issues, please email [`contact@amphp.org`](mailto:contact@amphp.org) instead of using the issue tracker.
## License
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.