slackbuilds_ponce/libraries/SQLObject
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README libraries/SQLObject: Updated for version 1.0.1. 2011-07-21 22:52:09 -05:00
slack-desc libraries/SQLObject: Updated for version 1.3.0. 2012-05-21 17:58:12 -05:00
SQLObject.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
SQLObject.SlackBuild libraries/SQLObject: Updated for version 1.3.0. 2012-05-21 17:58:12 -05: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.  You can
find MySQL-python and psycopg2 (MySQL and PostrgreSQL support,
respectively) modules on SlackBuilds.org.  For SQLite, SQLObject can
use the standard Python module sqlite3, or an externally installed
PySQLite2.  For the rest, check the SQLObject documentation for links.