*** 175,185 **** *: Pike SQLite glue (pike -x monger --install Sql.Provider.SQLite) *Python* ! *: Python driver for SQLite. http://pysqlite.sourceforge.net/. *: SQLObject Python object-relational mapper. http://sqlobject.org *: Modeling - Object-Relational Bridge for Python. http://modeling.sourceforge.net/ ! *: Another Python SQLite Wrapper. http://www.rogerbinns.com/apsw.html. *Ruby* *: Ruby DBI (dbd_sqlite). *This needs some work (see mailing list!).* --- 175,185 ---- *: Pike SQLite glue (pike -x monger --install Sql.Provider.SQLite) *Python* ! *: Python driver for SQLite. http://pysqlite.sourceforge.net/. This provides a DBAPI compliant wrapper for SQLite 2 or 3 and hides some of SQLite's idiosyncrasies. *: SQLObject Python object-relational mapper. http://sqlobject.org *: Modeling - Object-Relational Bridge for Python. http://modeling.sourceforge.net/ ! *: Another Python SQLite Wrapper. http://www.rogerbinns.com/apsw.html. APSW is not DBAPI compliant, and instead lets you do everything you can do from C, but in Python. *Ruby* *: Ruby DBI (dbd_sqlite). *This needs some work (see mailing list!).*