Merge pull request #549 from sdispater/add-orator

Adding Orator ORM
This commit is contained in:
Vinta 2017-01-19 14:29:21 +08:00 committed by GitHub
commit e2fd5d8a70

View File

@ -824,6 +824,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [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.
* [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)
* [Orator](https://orator-orm.com) - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
* [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.