slackbuilds_ponce/libraries/SQLObject
Mikko Värri 3c4d960d3e libraries/SQLObject: Updated for version 0.15.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-01-10 15:04:21 -06:00
..
README libraries/SQLObject: Updated for version 0.15.0. 2011-01-10 15:04:21 -06:00
slack-desc libraries/SQLObject: Updated for version 0.14.1. 2010-12-17 07:56:48 -06:00
SQLObject.info libraries/SQLObject: Updated for version 0.15.0. 2011-01-10 15:04:21 -06:00
SQLObject.SlackBuild libraries/SQLObject: Updated for version 0.15.0. 2011-01-10 15:04:21 -06: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).

This requires pysetuptools and FormEncode.  Also, docutils, if installed,
is used to build html docs at build time, but that is optional.

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.