mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 00:00:13 +00:00
Add Piccolo to ORM list
I was looking at the page for ORMs and also asking a friend @martinpeck for recommendations. He suggested Piccolo which wasn't in the list so added it in case it's useful for others.
This commit is contained in:
parent
b5bd4d0ad0
commit
32139faef3
|
@ -775,6 +775,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [peewee](https://github.com/coleifer/peewee) - A small, expressive ORM.
|
* [peewee](https://github.com/coleifer/peewee) - A small, expressive ORM.
|
||||||
* [pony](https://github.com/ponyorm/pony/) - ORM that provides a generator-oriented interface to SQL.
|
* [pony](https://github.com/ponyorm/pony/) - ORM that provides a generator-oriented interface to SQL.
|
||||||
* [pydal](https://github.com/web2py/pydal/) - A pure Python Database Abstraction Layer.
|
* [pydal](https://github.com/web2py/pydal/) - A pure Python Database Abstraction Layer.
|
||||||
|
* [Piccolo](https://github.com/piccolo-orm/piccolo) - A fast, user friendly ORM and query builder which supports asyncio.
|
||||||
* NoSQL Databases
|
* NoSQL Databases
|
||||||
* [hot-redis](https://github.com/stephenmcd/hot-redis) - Rich Python data types for Redis.
|
* [hot-redis](https://github.com/stephenmcd/hot-redis) - Rich Python data types for Redis.
|
||||||
* [mongoengine](https://github.com/MongoEngine/mongoengine) - A Python Object-Document-Mapper for working with MongoDB.
|
* [mongoengine](https://github.com/MongoEngine/mongoengine) - A Python Object-Document-Mapper for working with MongoDB.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user