diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-01-06 09:04:07 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:21 -0600 |
commit | 3c4d960d3ec36684db55a52bc55bc4272904ceb0 (patch) | |
tree | 9adf2111a9b774454af84506f9902377657a870c /libraries/SQLObject/README | |
parent | 1a1a1324f8d13296cfe8aaf753069ad08408310c (diff) | |
download | slackbuilds-3c4d960d3ec36684db55a52bc55bc4272904ceb0.tar.gz |
libraries/SQLObject: Updated for version 0.15.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/SQLObject/README')
-rw-r--r-- | libraries/SQLObject/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/SQLObject/README b/libraries/SQLObject/README index a726dfb801..68c083d665 100644 --- a/libraries/SQLObject/README +++ b/libraries/SQLObject/README @@ -1,7 +1,7 @@ SQLObject is a popular Object Relational Manager for providing an object interface to your database, with tables as classes, rows as -instances, and columns as attributes. SQLObject includes a -Python-object-based query language that makes SQL more abstract, and +instances, and columns as attributes. SQLObject includes a +Python-object-based query language that makes SQL more abstract, and provides substantial database independence for applications. Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB |