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
