~vcs-imports/sqlobject/trunk

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: ianb
  • Date: 2004-02-05 03:29:19 UTC
  • Revision ID: svn-v4:95a46c32-92d2-0310-94a5-8d71aeb3d4b3:trunk/SQLObject:1
Initial import of SQLObject and DataTest

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
===============
 
2
SQLObject 0.5.1
 
3
===============
 
4
 
 
5
:Author: Ian Bicking
 
6
:Contact: ianb@colorstudy.com
 
7
:Web site: http://colorstudy.com/software/SQLObject
 
8
 
 
9
Thanks for looking at SQLObject.  SQLObject is an object-relational
 
10
mapper, i.e., a library that will wrap your database tables in Python
 
11
classes, and your rows in Python instances.
 
12
 
 
13
It absolutely requires Python 2.2 or higher.  It currently supports 
 
14
MySQL through the `MySQLdb` package, PostgreSQL through the 
 
15
`psycopg` package, SQLite, Firebird, and a DBM-based backend.
 
16
 
 
17
For more information please see the documentation in
 
18
``docs/SQLObject.html``
 
19