SQLObject: Difference between revisions
Appearance
Content deleted Content added
Released SQLObject 3.12.0.post2. |
Released SQLObject 3.13.0. |
||
Line 8: | Line 8: | ||
| developer = Oleg Broytman |
| developer = Oleg Broytman |
||
| released = {{Start date and age|2002|10}}<ref name=SQLObject01>{{cite web |last=Bicking |first=Ian| title= <nowiki>[ANN]</nowiki> 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}}</ref> |
| released = {{Start date and age|2002|10}}<ref name=SQLObject01>{{cite web |last=Bicking |first=Ian| title= <nowiki>[ANN]</nowiki> 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}}</ref> |
||
| latest release version = 3. |
| latest release version = 3.13.0 |
||
| latest release date = {{Start date and age|2025| |
| latest release date = {{Start date and age|2025|03|07}}<ref>{{cite web |
||
| url = https://pypi.org/project/SQLObject/#history |
| url = https://pypi.org/project/SQLObject/#history |
||
| title = SQLObject · PyPI |
| title = SQLObject · PyPI |
Latest revision as of 23:47, 7 March 2025
Original author(s) | Ian Bicking |
---|---|
Developer(s) | Oleg Broytman |
Initial release | October 2002[1] |
Stable release | 3.13.0
/ March 7, 2025[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
[edit]References
[edit]- ^ 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