Database Abstraction Layer

Posted by admin on December-10-2009 Add Comments

Bookmark and Share


Database Abstraction Layer

by : Cesar D. Rodas

This package implements an abstraction layer to access different SQL database using the same interface.

It supports:
- Connect to a database given a connection string
- Prepared queries
- Caching query results in files
- Binding variables to query result columns
- Fetch whole result sets into an array

Currently it supports MySQL and SQLite.

Download :
http://www.ziddu.com/download/729407…03-03.zip.html

Post a Comment

You must be logged in to post a comment.