Jan 27 2007
Dynamic Tables in SQLObject + SQLite
Update Feb 7: SQLite dynamic table support is now in the SQLObject trunk — so, version 0.7.4 should support this.
The current version of SQLObject has this nice ability to automatically build classes from the tables that already exist in the database. All you have to do is set the fromDatabase variable in [...]