From 3b0d0362f6ac34e4e857a13820de38a96aa663cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastien=20Eustace?= Date: Fri, 22 Jan 2016 17:01:12 -0500 Subject: [PATCH] Adding Orator ORM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a6913df..88c281ac 100644 --- a/README.md +++ b/README.md @@ -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/).