Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.17 KB

README.md

File metadata and controls

39 lines (29 loc) · 2.17 KB

Emonkak\Database

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.