mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 23:37:00 +00:00
Adding PonyORM to ORM section
This commit is contained in:
parent
985b8ea0ca
commit
666ca91def
|
@ -215,6 +215,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