Adding PonyORM to ORM section

This commit is contained in:
John Goodleaf 2014-06-30 18:51:00 -07:00
parent 985b8ea0ca
commit 666ca91def
1 changed files with 1 additions and 0 deletions

View File

@ -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.