Home / Learn / Pony ORM
This page contains only human-written content, no AI-generated text.

Pony ORM

Pony (source code) is a Python object-relational mapper (ORM) library (database module source code). Pony can be used to interact and manipulate data in relational databases, including PostgreSQL, SQLite and MySQL.

Pony ORM logo.

Pony is an implementation of the object-relational mapping (ORM) concept. Learn more in the data chapter or view all topics.

Pony resources