Overview of Pony Object-Relational Mapper
mainPony is an advanced object-relational mapper (ORM) that allows you to write database queries using Python generator expressions and lambdas. Pony analyzes the abstract syntax tree (AST) of these expressions and translates them into optimized SQL queries for specific database dialects.
Supported databases include:
- SQLite
- MySQL
- PostgreSQL
- Oracle