*** 521,523 **** --- 521,527 ---- *: {link: http://wiki.mozilla.org/Mozilla2:Unified_Storage Mozilla 2: Unified Storage} - a project to provide a unified interface for storing and searching through data for all Mozilla components and extensions (and to eliminate the current @#$@#% of having multiple different (and sometimes evil) file formats within the Mozilla profiles (such as db1.85, mork, rdf/xml, xml, various text formats) *: {link: http://www.nedprod.com/TnFOX/ TnFOX} - A modern secure, robust, multithreaded, exception aware, internationalisable, portable GUI toolkit library designed for mission-critical work in C++ and Python forked from the FOX library. Replicates the Qt API in many of the extensions. Provides a SQL DB driver class FXSQLDB_sqlite3 which uses an internal customised build of SQLite3. + + *: {link: http://freshmeat.net/projects/divmod_axiom/ Axiom} - Divmod Axiom is an object-relational database backed by SQLite, the goal of which is to provide an efficient, non-SQL interface to an existing relational database manager. In addition, it provides heterogenous object references and schema upgrades. + + *: {link: http://www.sqlobject.org/ SQLObject} - SQLObject is an object-relational mapper for Python programming language. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. It supports mulitple SQL database backends including SQLite (via PySQLite).