https://github.com/onshift/sqlobject-onshift
SQLObject with OnShift patches converted from svn
https://github.com/onshift/sqlobject-onshift
Last synced: about 1 year ago
JSON representation
SQLObject with OnShift patches converted from svn
- Host: GitHub
- URL: https://github.com/onshift/sqlobject-onshift
- Owner: OnShift
- Created: 2013-07-30T19:40:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T14:22:33.000Z (almost 6 years ago)
- Last Synced: 2025-06-05T11:02:34.169Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
SQLObject 1.6
=============
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
Sybase and Rdbhost. 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/