SQLObject

From Wikipedia, the free encyclopedia

Page Module:Infobox/styles.css has no content.

SQLObject
[[Programmer|Original authorTemplate:Pluralize from text]]Ian Bicking
[[Programmer|DeveloperTemplate:Pluralize from text]]Oleg Broytman
Initial releaseOctober 2002; 23 years ago (2002-10)[1]
Template:Infobox software/simple
Written inPython
EnginePage Template:Plainlist/styles.css has no content.Template:EditAtWikidata
Operating systemCross-platform
TypeObject-relational mapping
LicenseLGPL
Websitesqlobject.org
RepositoryPage Template:Plainlist/styles.css has no content.

Script error: No such module "Check for conflicting parameters".

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 MariaDB, MySQL, PostgreSQL, SQLite, Sybase SQL Server, MaxDB, Microsoft SQL Server and Firebird.[3]

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

See also

Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

References

Page Template:Reflist/styles.css has no content.

  1. ^ a b Page Module:Citation/CS1/styles.css has no content.Bicking, Ian (October 21, 2002). "[ANN] SQLObject 0.1". SQLObject. Retrieved March 29, 2011.
  2. ^ Page Module:Citation/CS1/styles.css has no content."SQLObject · PyPI". pypi.org. Retrieved 2021-04-29.
  3. ^ Page Module:Citation/CS1/styles.css has no content.sqlobject/sqlobject, SQLObject, 2024-07-14, retrieved 2024-07-22

Template:Asbox