mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-27 22:11:07 +00:00
Merge pull request #16 from johngoodleaf/master
Adding PonyORM to ORM section
This commit is contained in:
commit
be856f2f8a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user