SQLObject

{{ Infobox Software

| name = SQLObject

| logo =

| screenshot =

| caption =

| collapsible =

| author = Ian Bicking

| developer = Oleg Broytman

| released = {{Start date and age|2002|10}}{{cite web |last=Bicking |first=Ian| title= [ANN] 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}}

| latest release version = 3.13.0

| latest release date = {{Start date and age|2025|03|07}}{{cite web

| url = https://pypi.org/project/SQLObject/#history

| title = SQLObject · PyPI

| website = pypi.org

| access-date = 2021-04-29

}}

| latest preview version =

| latest preview date =

| operating system = Cross-platform

| size =

| programming language = Python

| genre = Object-relational mapping

| license = LGPL

| website = {{url|http://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 MariaDB, MySQL, PostgreSQL, SQLite, Sybase SQL Server, MaxDB, Microsoft SQL Server and Firebird.{{Citation |title=sqlobject/sqlobject |date=2024-07-14 |url=https://github.com/sqlobject/sqlobject |access-date=2024-07-22 |publisher=SQLObject}}

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

See also

{{Portal|Free and open-source software}}

References

{{reflist}}