Jump to content

SQLObject

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Phd ru (talk | contribs) at 21:27, 8 December 2014 (top: SQLObject 1.7.0 was released 8 Dec 2014.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
SQLObject
Developer(s)Ian Bicking, Oleg Broytman
Stable release
1.7.0 / Dec 8, 2014
Written inPython
Operating systemCross-platform
TypeObject-relational mapping
LicenseLGPL
Websitesqlobject.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 utilitises 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]

The project is free software and released under the GNU Lesser General Public License.

See also

References

  1. ^ Bicking, Ian (October 21, 2002). "[ANN] SQLObject 0.1". SQLObject. Retrieved March 29, 2011.