ponyorm is an ORM (Object Relational Mapper) written in pure Python.
Pony ORM does the nice trick of converting a generator expression into SQL. Example: >>> select(p for …