SQLObject

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
SQLObject
Original author(s) Ian Bicking
Developer(s) Oleg Broytman
Initial release October 2002; 21 years ago (2002-10)[1]
Stable release 2.1.2 / March 15, 2015; 9 years ago (2015-03-15)
Preview release 3.0.0a2 / December 24, 2015; 8 years ago (2015-12-24)
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.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.

External links

<templatestyles src="Asbox/styles.css"></templatestyles>