nia / sql-adapter
Collection of interfaces to use SQL databases using the nia framework. The interfaces allow you to separate your connection into a read and a write connection.
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.1.0
2016-11-17 06:50 UTC
Requires
- php: >=7.0.0
This package is not auto-updated.
Last update: 2022-03-14 00:28:19 UTC
README
Collection of interfaces to use SQL databases using the nia framework. The interfaces allow you to separate your connection into a read and a write connection.
Installation
Require this package with Composer.
composer require nia/sql-adapter
How to use
You need a concrete implementation of your required SQL adapter engine to use this component. You will find an implementation of this component which is using PHP's PDO in the nia/sql-adapter-sql
component.