Object-Relational Manager, aka database wrapper
Project description
Classes created using SQLObject wrap database rows, presenting a friendly-looking Python object instead of a database/SQL interface. Emphasizes convenience. Works with MySQL, Postgres, SQLite, Firebird. Requires Python 2.2+.