SQLObject

SQLObject
Original author(s) Ian Bicking
Developer(s) Oleg Broytman
Initial release October 2002 (2002-10)[1]
Stable release
3.1.0 / August 16, 2016 (2016-08-16)
Preview release
3.2.0a0 / August 16, 2016 (2016-08-16)
Development status Active
Written in Python
Operating system Cross-platform
Type Object-relational mapping
License LGPL
Website sqlobject.org

SQLObject is a Python object-relational mapper between a SQL database and Python objects. It is experiencing community popularity, and forms a part of many applications (e.g., TurboGears). It is very similar to Ruby on Rails' ActiveRecord in operation in that it uses class definitions to form table schemas, and utilizes the language's reflection and dynamism to be useful.

SQLObject supports a number of common database backends: included in the distribution are MySQL, PostgreSQL, SQLite, Sybase SQL Server, MaxDB, Microsoft SQL Server and Firebird.

The first version of SQLObject was publicly released in October 2002.[1]

See also

References

  1. 1 2 Bicking, Ian (October 21, 2002). "[ANN] SQLObject 0.1". SQLObject. Retrieved March 29, 2011.
This article is issued from Wikipedia - version of the 8/16/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.