[SQL-CVS] SQLObject README.txt,1.4,1.5
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-11-30 21:45:47
|
Update of /cvsroot/sqlobject/SQLObject In directory sc8-pr-cvs1:/tmp/cvs-serv7651 Modified Files: README.txt Log Message: Updated version Index: README.txt =================================================================== RCS file: /cvsroot/sqlobject/SQLObject/README.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README.txt 1 Jul 2003 00:13:04 -0000 1.4 --- README.txt 30 Nov 2003 21:45:44 -0000 1.5 *************** *** 1,5 **** ! ============= ! SQLObject 0.4 ! ============= :Author: Ian Bicking --- 1,5 ---- ! =============== ! SQLObject 0.5.1 ! =============== :Author: Ian Bicking *************** *** 13,17 **** It absolutely requires Python 2.2 or higher. It currently supports MySQL through the `MySQLdb` package, PostgreSQL through the ! `psycopg` package, SQLite, and a DBM-based backend. For more information please see the documentation in --- 13,17 ---- It absolutely requires Python 2.2 or higher. It currently supports MySQL through the `MySQLdb` package, PostgreSQL through the ! `psycopg` package, SQLite, Firebird, and a DBM-based backend. For more information please see the documentation in |