Top "Ponyorm" questions

ponyorm is an ORM (Object Relational Mapper) written in pure Python.

How Pony (ORM) does its tricks?

Pony ORM does the nice trick of converting a generator expression into SQL. Example: >>> select(p for …

python orm metaprogramming dsl ponyorm