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:
Lawrence Gripper 2024-06-06 21:53:26 +01:00 committed by GitHub
parent b5bd4d0ad0
commit 32139faef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.