-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Cory Cook edited this page Apr 10, 2014
·
6 revisions
Welcome to the db wiki!
Db is a simple object oriented interface for interacting with SQL-based databases.
The classes build objects that serialize into SQL statements. These statements can then be executed as select, update, insert, and delete statements.
The library is currently being developed in PHP; however, it will be extended to other languages soon.
[Look here] (https://github.com/lovecooks/db/wiki/PHP) to see the current api for PHP. [Look here] (https://github.com/lovecooks/db/wiki/Python) to see the current api for Python.
Thank you for your interest.