Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
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.

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.

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

We don't have any images related to SQLObject yet.
We don't have any YouTube videos related to SQLObject yet.
We don't have any PDF documents related to SQLObject yet.
We don't have any Books related to SQLObject yet.
We don't have any archived web articles related to SQLObject yet.

See also

  • Free and open-source software portal

References

  1. sqlobject/sqlobject, SQLObject, 2024-07-14, retrieved 2024-07-22 https://github.com/sqlobject/sqlobject

  2. Bicking, Ian (October 21, 2002). "[ANN] SQLObject 0.1". SQLObject. Retrieved March 29, 2011. http://mail.python.org/pipermail/db-sig/2002-October/002880.html