1This library is a lightweight database abstraction layer designed to make 2it simple to write high performance applications using SQL databases from 3Objective-C. 4The library consists of a semi-abstract superclass doing much of the work 5and allowing extremely simple database specific bundles to be written to 6talk to particular database servers. It comes with backend bundles for 7Postgres, MySQL, and SQLite (plus an untested Oracle bundle). 8