https://github.com/onshift/sqlobject
OUTDATED, USE THIS REPO INSTEAD https://github.com/OnShift/sqlobject-onshift //// Old (unused) OnShift fork of http://svn.colorstudy.com/SQLObject/branches/0.11/
https://github.com/onshift/sqlobject
Last synced: about 1 year ago
JSON representation
OUTDATED, USE THIS REPO INSTEAD https://github.com/OnShift/sqlobject-onshift //// Old (unused) OnShift fork of http://svn.colorstudy.com/SQLObject/branches/0.11/
- Host: GitHub
- URL: https://github.com/onshift/sqlobject
- Owner: OnShift
- Created: 2013-03-06T20:44:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T20:50:22.000Z (over 8 years ago)
- Last Synced: 2025-02-07T09:14:55.407Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 20
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
SQLObject 0.11
==============
Thanks for looking at SQLObject. SQLObject is an object-relational
mapper, i.e., a library that will wrap your database tables in Python
classes, and your rows in Python instances.
It currently supports MySQL through the `MySQLdb` package, PostgreSQL
through the `psycopg` package, SQLite, Firebird, MaxDB (SAP DB), MS SQL
and Sybase. It should support Python versions back to 2.4.
For more information please see the documentation in
docs/SQLObject.txt, or online at http://sqlobject.org/