Skip to content

elfring/sqlobject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

299 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===============
SQLObject 0.6.1
===============

:Author: Ian Bicking
:Contact: ianb@colorstudy.com
:Web site: http://colorstudy.com/software/SQLObject

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 absolutely requires Python 2.2 or higher.  It currently supports
MySQL through the `MySQLdb` package, PostgreSQL through the
`psycopg` package, SQLite, Firebird, MaxDB (SAP DB) and Sybase.

For more information please see the documentation in
``docs/SQLObject.html``

About

SQLObject, an object-relational mapper for Python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 98.3%
  • Shell 1.3%
  • Batchfile 0.4%