slackbuilds_ponce/libraries/SQLObject
Mikko Värri bf42ad535a libraries/SQLObject: Updated for version 1.3.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-03-04 17:26:51 -05:00
..
README libraries/SQLObject: Fixed dep information 2012-08-26 18:50:58 +02:00
slack-desc libraries/SQLObject: Updated for version 1.3.2. 2013-03-04 17:26:51 -05:00
SQLObject.info libraries/SQLObject: Updated for version 1.3.2. 2013-03-04 17:26:51 -05:00
SQLObject.SlackBuild libraries/SQLObject: Updated for version 1.3.2. 2013-03-04 17:26:51 -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).

docutils is an optional dependency used to build html docs.

NOTE: SQLObject checks for supported databases at run time.  You can
use the MySQL-python and psycopg2 (MySQL and PostrgreSQL support,
respectively) optional dependencies.  For SQLite, SQLObject can
use the standard Python module sqlite3, or an externally installed
PySQLite2.  For the rest, check the SQLObject documentation for links.