Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amphp/sql
Common interfaces for Amp based SQL drivers.
https://github.com/amphp/sql
amphp async php sql
Last synced: 3 months ago
JSON representation
Common interfaces for Amp based SQL drivers.
- Host: GitHub
- URL: https://github.com/amphp/sql
- Owner: amphp
- License: mit
- Created: 2018-06-26T11:14:50.000Z (over 6 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-03-10T15:15:44.000Z (8 months ago)
- Last Synced: 2024-05-01T09:51:46.673Z (6 months ago)
- Topics: amphp, async, php, sql
- Language: PHP
- Homepage:
- Size: 123 KB
- Stars: 14
- Watchers: 11
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL
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.
## Requirements
- PHP 8.1+
## 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 use the private security issue reporter instead of using the public issue tracker.
## License
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.