https://github.com/toddself/sqlobject
Fork of the master SQLObject repo from colorstudy with patches
https://github.com/toddself/sqlobject
Last synced: 3 months ago
JSON representation
Fork of the master SQLObject repo from colorstudy with patches
- Host: GitHub
- URL: https://github.com/toddself/sqlobject
- Owner: toddself
- Created: 2012-12-10T15:24:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-10T15:55:01.000Z (over 13 years ago)
- Last Synced: 2026-03-25T19:50:48.834Z (3 months ago)
- Language: Python
- Homepage: http://sqlobject.org
- Size: 953 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
SQLObject 1.4
=============
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/