From 666ca91def2267aa27ed94766bf266bdea04fd2d Mon Sep 17 00:00:00 2001 From: John Goodleaf Date: Mon, 30 Jun 2014 18:51:00 -0700 Subject: [PATCH] Adding PonyORM to ORM section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce7846f..023e1e8 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [Django Models](https://docs.djangoproject.com/en/dev/topics/db/models/) - A part of Django. * [SQLAlchemy](http://www.sqlalchemy.org/) - The Python SQL Toolkit and Object Relational Mapper. * [peewee](https://github.com/coleifer/peewee) - A small, expressive ORM. + * [PonyORM](http://ponyorm.com) - ORM that provides a generator-oriented interface to SQL. * NoSQL Databases * [MongoEngine](http://mongoengine.org/) - A Python Object-Document-Mapper for working with MongoDB. * [redisco](https://github.com/kiddouk/redisco) - A Python Library for Simple Models and Containers Persisted in Redis.