sql/README.md

20 lines
698 B
Markdown
Raw Permalink Normal View History

2018-10-05 21:34:18 +02:00
# SQL
2018-06-26 13:14:24 +02:00
2018-10-13 16:23:15 +02:00
This package provides interfaces and classes shared by [`amphp/mysql`](https://github.com/amphp/mysql) and [`amphp/postgres`](https://github.com/amphp/postgres). See [`amphp/sql-common`](https://github.com/amphp/sql-common) for common implementations shared by these libraries.
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.