peewee
- a small orm
- written in python
- provides a lightweight querying interface over sql
- uses sql concepts when querying, like joins and where clauses
- support for special extensions like hstore and full-text search
For flask integration, including an admin interface and RESTful API, check
out flask-peewee.