出典:Wikipedia
出典:『Wikipedia』 (2011/06/10 08:33 UTC 版)
SQLObject is a Python object-relational mapper between a SQL database and Python objects. It is currently 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 utilitises the language's reflection and dynamism to be useful.