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
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
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