Skip to main content

Pony Object-Relational Mapper

Project description

About

Pony ORM is easy to use and powerful object-relational mapper for Python. Using Pony, developers can create and maintain database-oriented software applications faster and with less effort. One of the most interesting features of Pony is its ability to write queries to the database using generator expressions. Pony then analyzes the abstract syntax tree of a generator and translates it to its SQL equivalent.

Following is an example of a query in Pony:

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

Such approach simplify the code and allows a programmer to concentrate on the business logic of the application.

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

The package pony.orm.examples contains several examples.

Installation

pip install pony

Entity-Relationship Diagram Editor

Pony online ER Diagram Editor is a great tool for prototyping. You can draw your ER diagram online, generate Pony entity declarations or SQL script for creating database schema based on the diagram and start working with the database in seconds.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pony2-0.7.16.tar.gz (252.4 kB view details)

Uploaded Source

Built Distribution

pony2-0.7.16-py3-none-any.whl (309.7 kB view details)

Uploaded Python 3

File details

Details for the file pony2-0.7.16.tar.gz.

File metadata

  • Download URL: pony2-0.7.16.tar.gz
  • Upload date:
  • Size: 252.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for pony2-0.7.16.tar.gz
Algorithm Hash digest
SHA256 09b3b5b59da25b49f77bc1d8839deed3388d067f3c5f4cc91724eaf6a7814218
MD5 1410540cbe5b127e490c7d1eea6c4195
BLAKE2b-256 a0e15b76c1c84160f352fbe1c93145dc7ccc7a0895258b3dbc69ca80952d05de

See more details on using hashes here.

File details

Details for the file pony2-0.7.16-py3-none-any.whl.

File metadata

  • Download URL: pony2-0.7.16-py3-none-any.whl
  • Upload date:
  • Size: 309.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for pony2-0.7.16-py3-none-any.whl
Algorithm Hash digest
SHA256 5509ec42ee280ecb50c0efec8807f1ba76c915b383c64dfaba610ee1c341ac58
MD5 acb0c665cca6ae3b331f8718d84d6021
BLAKE2b-256 8861326b513ba4db4155a2a2f2c38eb1adc9bd0c11ac361d8ddb067d1ce4448f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page