Jump to content

SQLObject: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Phd ru (talk | contribs)
top: Released version 3.8.1.
Phd ru (talk | contribs)
top: SQLObject 3.9.0.
Line 9: Line 9:
| status = Active
| status = Active
| released = {{Start date and age|2002|10}}<ref name=SQLObject01>{{cite web |last=Bicking |first=Ian| title= <nowiki>[ANN]</nowiki> SQLObject 0.1 |url=http://mail.python.org/pipermail/db-sig/2002-October/002880.html |publisher=SQLObject |accessdate=March 29, 2011 |date=October 21, 2002}}</ref>
| released = {{Start date and age|2002|10}}<ref name=SQLObject01>{{cite web |last=Bicking |first=Ian| title= <nowiki>[ANN]</nowiki> SQLObject 0.1 |url=http://mail.python.org/pipermail/db-sig/2002-October/002880.html |publisher=SQLObject |accessdate=March 29, 2011 |date=October 21, 2002}}</ref>
| latest release version = 3.8.1
| latest release version = 3.9.0
| latest release date = {{Start date and age|2020|10|01}}
| latest release date = {{Start date and age|2020|12|15}}
| latest preview version = 3.8.2a0
| latest preview version = 3.9.1a0
| latest preview date = {{Start date and age|2020|10|01}}
| latest preview date = {{Start date and age|2020|12|15}}
| operating system = [[Cross-platform]]
| operating system = [[Cross-platform]]
| size =
| size =

Revision as of 14:28, 15 December 2020

SQLObject
Original author(s)Ian Bicking
Developer(s)Oleg Broytman
Initial releaseOctober 2002; 22 years ago (2002-10)[1]
Stable release
3.9.0 / December 15, 2020; 4 years ago (2020-12-15)
Preview release
3.9.1a0 / December 15, 2020; 4 years ago (2020-12-15)
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 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. ^ a b Bicking, Ian (October 21, 2002). "[ANN] SQLObject 0.1". SQLObject. Retrieved March 29, 2011.