python3-pony

Pony Object-Relational Mapper
  https://www.ponyorm.org/
  0
  no reviews



Pony is an advanced object-relational mapper for Python that allows writing queries to the database using Python generator expressions.

Pony analyzes the abstract syntax tree of the generator expression and translates it into a SQL query.