emonkak/database

A database abstraction interface as a subset of PDO

v1.0.0 2020-06-02 16:35 UTC

This package is auto-updated.

Last update: 2024-04-24 08:22:29 UTC


README

Build Status Coverage Status

A database abstraction interface as a subset of PDO.

Emonkak\Database\PDOInterface

Emonkak\Database\PDO implements this interface.

Please see below links for details of the method.

Emonkak\Database\PDOStatementInterface

Emonkak\Database\PDOStatement implements this interface.

Please see below links for details of the method.