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.