diff options
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 |