Menu

Home

Slavko Pesic

DatabaseInterface 1.0.0 is intended to serve as an abstraction layer to the MySQL database. It was written in PHP and is released under GLP v2.0 license.

In theory, it should make generating and sanitizing MySQL statements a bit easier for web developers.
It was modeled according to CakePHP database model, which supports various data sources.
I wanted something similar, but light and specifically written for MySQL database.
In the future I might separate DatabaseInterface into standard interface and data source drivers, and extend support to PostgreSQL and other data sources.

DatabaseInterface supports simple SELECT and JOIN SELECT statements, save, update and delete data procedures.

DatabaseInterface API and Examples

Project Admins: