*** 446,451 **** --- 446,452 ---- *: Python driver for SQLite. http://pysqlite.org/. This provides a DBAPI compliant wrapper for SQLite 2 or 3 and hides some of SQLite's idiosyncrasies. PySQLite (as sqlite3) is a core module of the upcoming Python 2.5. + *: SQLAlchemy is the Python SQL toolkit and Object Relational Mapper. http://www.sqlalchemy.org/ *: SQLObject Python object-relational mapper. http://sqlobject.org *: Modeling - Object-Relational Bridge for Python. http://modeling.sourceforge.net/