slackbuilds_ponce/libraries/SQLObject
2010-05-13 00:28:45 +02:00
..
README libraries/SQLObject: Added to 12.2 repository 2010-05-12 23:29:50 +02:00
slack-desc libraries/SQLObject: Added to 12.2 repository 2010-05-12 23:29:50 +02:00
SQLObject.info libraries/SQLObject: Updated for version 0.10.4 2010-05-13 00:28:45 +02:00
SQLObject.SlackBuild libraries/SQLObject: Updated for version 0.10.4 2010-05-13 00:28:45 +02:00

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.