SQLObject

SQLObject

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.

Quick Facts Original author(s), Developer(s) ...

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. Bicking, Ian (October 21, 2002). "[ANN] SQLObject 0.1". SQLObject. Retrieved March 29, 2011.
  2. "SQLObject · PyPI". pypi.org. Retrieved 2021-04-29.

Share this article:

This article uses material from the Wikipedia article SQLObject, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.