Merge pull request #16 from johngoodleaf/master

Adding PonyORM to ORM section
This commit is contained in:
Vinta 2014-07-01 11:30:58 +08:00
commit be856f2f8a

View File

@ -221,6 +221,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.