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.
Maintained by: Mikko Varri
Keywords: python,sql,object
ChangeLog: SQLObject
Homepage:
http://pypi.python.org/pypi/SQLObject/
Download SlackBuild:
SQLObject.tar.gz
SQLObject.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
SQLObject.SlackBuild |
SQLObject.info |
slack-desc |
© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds