Adding Orator ORM

This commit is contained in:
Sébastien Eustace 2016-01-22 17:01:12 -05:00
parent b26b8c2c11
commit 3b0d0362f6

View File

@ -427,6 +427,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [Peewee](https://github.com/coleifer/peewee) - A small, expressive ORM.
* [PonyORM](https://ponyorm.com/) - ORM that provides a generator-oriented interface to SQL.
* [python-sql](https://pypi.python.org/pypi/python-sql) - Write SQL queries pythonically.
* [Orator](https://orator-orm.com) - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
* NoSQL Databases
* [django-mongodb-engine](https://github.com/django-nonrel/mongodb-engine) - Django MongoDB Backend.
* [PynamoDB](https://github.com/jlafon/PynamoDB) - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/).