Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application.

Following is an example of a query in Pony:

select(p for p in Product if p.name.startswith('A') and p.cost <= 1000)

Pony translates queries to SQL using a specific database dialect. Currently Pony works with SQLite, MySQL, PostgreSQL and Oracle databases.

Pony ORM also include the ER Diagram Editor which is a great tool for prototyping. You can create your ER diagram online at https://editor.ponyorm.com, generate the database schema based on the diagram and start working with the database using declarative queries in seconds.

Project Samples

Project Activity

See All Activity >

License

Other License, Affero GNU Public License

Follow PONY - ORM & web publication framework

PONY - ORM & web publication framework Web Site

You Might Also Like
Finance Automation that puts you in charge Icon
Finance Automation that puts you in charge

Tipalti delivers smart payables that elevate modern business.

Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of PONY - ORM & web publication framework!

Additional Project Details

Languages

English, Russian

Intended Audience

Developers

User Interface

Web-based, Command-line

Programming Language

Python

Database Environment

Project is a relational object mapper, Project is a database abstraction layer (API), Oracle, MySQL, PostgreSQL (pgsql), SQLite, SQL-based

Related Categories

Python Database Software, Python Frameworks, Python Object Brokering Software, Python Internet Software

Registered

2006-04-26