Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. 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 clas ...Full description
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. 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.