chickadee » pandora » *sql-datastore*

*sql-datastore*constant

A generic container that can be queried using SQL. It is possible to use this object directly to obtain dummy datasets that are potentially useful to generate SQL statements easily. To connect to an actual database, use the connect method.

Database drivers will usually want to inherit from this object, override the methods to fetch data and register their child using add-connection-prototype!