ActiveRecord Lite is a clone of ActiveRecord, Rails’ implementation of the active record pattern. It implements inserting and updating records, generates attributes from columns in the database, and supports the creation of associations between models.
Models should subclass SQLObject, and database connections are made using the DBConnection singleton.