From 32139faef3379cc24a58a6a3cfae1c5eda7208db Mon Sep 17 00:00:00 2001 From: Lawrence Gripper Date: Thu, 6 Jun 2024 21:53:26 +0100 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a99fed92..4339b9e5 100644 --- a/README.md +++ b/README.md @@ -775,6 +775,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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. * [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 * [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.