Skip to main content

Downloads

Downloads Downloads Downloads

Pony Object-Relational Mapper

This is the poney distribution — a fork of Pony ORM. It is installed as pip install poney, while the import name stays pony:

python -m pip install poney

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.

Here is an example 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.

By providing a Pythonic API, Pony facilitates fast app development. Pony is an easy-to-learn and easy-to-use library. It makes your work more productive and helps to save resources. Pony achieves this ease of use through the following:

  • Compact entity definitions
  • The concise query language
  • Ability to work with Pony interactively in a Python interpreter
  • Comprehensive error messages, showing the exact part where an error occurred in the query
  • Displaying of the generated SQL in a readable format with indentation

All this helps the developer to focus on implementing the business logic of an application, instead of struggling with a mapper trying to understand how to get the data from the database.

See the example here

Support Pony ORM Development

Pony ORM is Apache 2.0 licensed open source project. If you would like to support Pony ORM development, please consider:

Become a backer or sponsor

Online tool for database design

Pony ORM also has the Entity-Relationship Diagram Editor which is a great tool for prototyping. You can create your database 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.

Documentation

Documentation is available at https://docs.ponyorm.org The documentation source is available at https://github.com/ponyorm/pony-doc. Please create new documentation related issues here or make a pull request with your improvements.

Development

Install the development tools:

python -m pip install -r requirements-dev.txt

Format the Python code and apply safe lint fixes:

python -m ruff check --fix .
python -m ruff format .

Check the code without changing any files:

python -m ruff check .
python -m ruff format --check .

License

Pony ORM is released under the Apache 2.0 license.

PonyORM community

Please post your questions on Stack Overflow. Meet the PonyORM team, chat with the community members, and get your questions answered on our community Telegram group. Join our newsletter at ponyorm.org. Reach us on Twitter.

Copyright (c) 2013-2026 Pony ORM. All rights reserved. info (at) ponyorm.org

Release files for poney 0.8.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for poney 0.8.1
File Size Uploaded
poney-0.8.1.tar.gz 362.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for poney 0.8.1
File Interpreter ABI Platform
poney-0.8.1-py3-none-any.whl Python 3 none any Details

Total release size: 791.1 kB

Release files / poney-0.8.1.tar.gz

Download URL poney-0.8.1.tar.gz
Size 362.6 kB
Tags Source
SHA-256 checksum
How to use checksums
7e1d7e066a8812c7c50b5a2bdf4786753e7750aac1d8bd69b8f1076e465a3286
BLAKE2b-256 checksum
How to use checksums
a1bc358c664569d30e58bd17e76d67428c8c394a18af8ffc21bc3a8c162f3463
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / poney-0.8.1-py3-none-any.whl

Download URL poney-0.8.1-py3-none-any.whl
Size 428.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
690704940358882574bced13b998f6583528ddb0323f14a0e11e8348d927ad15
BLAKE2b-256 checksum
How to use checksums
636b9dc4e15e6b3f1c22405d1652613605f50d2081d13319fa9d9f1bf214bb6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release history Release notifications | RSS feed

This release

0.8.1 This release

2 release files

0.8.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page