xoloitzcuintle/Pony

Pony Object-Relational Mapper

Pony is an advanced object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using Python generator expressions and lambdas. Pony analyzes the abstract syntax tree of the expression and translates it into a SQL query.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/xoloitzcuintle/Pony/