SQLObject: Difference between revisions
Appearance
Content deleted Content added
Robertsilen (talk | contribs) has support for MariaDB |
|||
Line 26: | Line 26: | ||
'''SQLObject''' is a [[Python (programming language)|Python]] [[Object-relational mapping|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 (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''' is a [[Python (programming language)|Python]] [[Object-relational mapping|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 (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 (database server)|Firebird]]. |
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 (database server)|Firebird]].<ref>{{Citation |title=sqlobject/sqlobject |date=2024-07-14 |url=https://github.com/sqlobject/sqlobject |access-date=2024-07-22 |publisher=SQLObject}}</ref> |
||
The first version of SQLObject was publicly released in October 2002.<ref name=SQLObject01 /> |
The first version of SQLObject was publicly released in October 2002.<ref name=SQLObject01 /> |
Revision as of 11:46, 22 July 2024
Original author(s) | Ian Bicking |
---|---|
Developer(s) | Oleg Broytman |
Initial release | October 2002[1] |
Stable release | 3.10.2
/ August 9, 2023[2] |
Written in | Python |
Operating system | Cross-platform |
Type | Object-relational mapping |
License | LGPL |
Website | 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.[3]
The first version of SQLObject was publicly released in October 2002.[1]
See also
References
- ^ a b Bicking, Ian (October 21, 2002). "[ANN] SQLObject 0.1". SQLObject. Retrieved March 29, 2011.
- ^ "SQLObject · PyPI". pypi.org. Retrieved 2021-04-29.
- ^ sqlobject/sqlobject, SQLObject, 2024-07-14, retrieved 2024-07-22