Pony ORM is a Python ORM that enables developers to write database queries using generator expressions and Pythonic syntax, making code more readable and intuitive. It automatically translates Python expressions into SQL and supports multiple databases including SQLite, MySQL, PostgreSQL, and Oracle. With an emphasis on simplicity and maintainability, Pony ORM is suitable for both small projects and complex applications.
Features
- Write database queries using Python generator expressions
- Supports SQLite, PostgreSQL, MySQL, and Oracle
- Automatic SQL generation with readable Python syntax
- Schema definition with Python classes and decorators
- Built-in query debugger and visualization tools
- Supports transactions and lazy loading
Categories
Object-Relational Mapping (ORM)License
Apache License V2.0Follow Pony ORM
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Pony ORM!