Kalpana Kalpana (Editor)

SQLObject

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Ian Bicking

Development status
  
Active

Developer(s)
  
Oleg Broytman

Initial release
  
October 2002; 14 years ago (2002-10)

Stable release
  
3.2.0 / March 11, 2017; 15 days ago (2017-03-11)

Preview release
  
3.3.0a0 / March 11, 2017; 15 days ago (2017-03-11)

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 MySQL, PostgreSQL, SQLite, Sybase SQL Server, MaxDB, Microsoft SQL Server and Firebird.

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

References

SQLObject Wikipedia