skip to navigation
skip to content

model 0.6.0

Object Relational Mapper (SQL database wrapper)

Warning: This is an alpha release for those who are interested in
checking progress. No documentation and not for production use.

Classes created with model present database tables and rows as Python dictionaries making SQL database programming extremely easy. Supports MySQL, engine and SQLite. Integrates with the web package to automatically produce forms and table views of the data for easy manipulation through a web interface.

Formally web.database.object