add awesome-sqlalchemy

This commit is contained in:
Vinta 2014-10-04 09:59:31 +08:00
parent 0125c1e1a1
commit b542ac4b71
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* Relational Databases
* [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)
* [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