From 58a4a56a5004172cf4768001be94dd5ace8c6673 Mon Sep 17 00:00:00 2001 From: robcxyz Date: Wed, 7 Dec 2022 19:20:04 +0530 Subject: [PATCH] Add sqlmodel to ORMs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08c44ed7..590f7a1b 100644 --- a/README.md +++ b/README.md @@ -915,6 +915,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. + * [sqlmodel](https://github.com/tiangolo/sqlmodel) - A wrapper of [SQLAlchemy](https://www.sqlalchemy.org/) based on [pydantic](https://github.com/pydantic/pydantic) objects. * 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.