[SQL-CVS] SQLObject setup.py,1.13,1.14
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-11-01 20:30:26
|
Update of /cvsroot/sqlobject/SQLObject In directory sc8-pr-cvs1:/tmp/cvs-serv19662 Modified Files: setup.py Log Message: Forgot to save first... Index: setup.py =================================================================== RCS file: /cvsroot/sqlobject/SQLObject/setup.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** setup.py 1 Nov 2003 20:29:13 -0000 1.13 --- setup.py 1 Nov 2003 20:30:22 -0000 1.14 *************** *** 16,21 **** 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, and a ! native anydbm-based backend. Requires Python 2.2+. """, classifiers=["Development Status :: 4 - Beta", --- 16,21 ---- 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+. """, classifiers=["Development Status :: 4 - Beta", |