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. Email us for help if needed.

Installs: 539

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nia/sql-adapter

1.1.0 2016-11-17 06:50 UTC

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.