diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-12 23:29:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:29:50 +0200 |
commit | 3369ad4e3167e34053a9e0070e40a30cd29a35b3 (patch) | |
tree | 8e6d0f07b26ded5cd98b16c5b5f9e32f4036a7ad /libraries/SQLObject/README | |
parent | 6609386cc47fbd8dcbcb59c034aaee802955e3b6 (diff) | |
download | slackbuilds-3369ad4e3167e34053a9e0070e40a30cd29a35b3.tar.gz |
libraries/SQLObject: Added to 12.2 repository
Diffstat (limited to 'libraries/SQLObject/README')
-rw-r--r-- | libraries/SQLObject/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/SQLObject/README b/libraries/SQLObject/README new file mode 100644 index 0000000000..af1e00c8f0 --- /dev/null +++ b/libraries/SQLObject/README @@ -0,0 +1,16 @@ +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 +provides substantial database independence for applications. + +Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB +(SAPDB). + +NOTE: Requires pysetuptools and FormEncode + +NOTE: SQLObject checks for supported databases at run time. +Following Python modules are needed for the actual databases: MySQLdb +for MySQL, psycopg or pgdb for PostresSQL, pysqlite for SQLite, +kinterbasdb for Firebird, Sybase for Sybase, adodbapi or pymssql for +MSSQL, and sapdb for MaxDB. |