From 24d526c3bf446fbb8485ca7bf26f58d59d1df0a7 Mon Sep 17 00:00:00 2001 From: Seva D Date: Tue, 30 Jun 2026 01:44:09 +0400 Subject: [PATCH] Add yara-orm to ORM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04ecbac2f0..024bb97573 100644 --- a/README.md +++ b/README.md @@ -411,6 +411,7 @@ _Libraries that implement Object-Relational Mapping or data mapping techniques._ - [pony](https://github.com/ponyorm/pony/) - ORM that provides a generator-oriented interface to SQL. - [sqlmodel](https://github.com/fastapi/sqlmodel) - SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy. - [tortoise-orm](https://github.com/tortoise/tortoise-orm) - An easy-to-use asyncio ORM inspired by Django, with relations support. + - [yara-orm](https://github.com/vsdudakov/yara-orm) - Fast async ORM with a Rust engine; Tortoise-style models, querysets, relations and migrations for PostgreSQL and SQLite. - NoSQL Databases - [beanie](https://github.com/BeanieODM/beanie) - An asynchronous Python object-document mapper (ODM) for MongoDB. - [mongoengine](https://github.com/MongoEngine/mongoengine) - A Python Object-Document-Mapper for working with MongoDB.