ended6월 30일· 1 sources

I built a Python ORM with a Rust engine — here's how the GIL, PyO3, and asyncio actually cooperate

Why it matters

I like Tortoise ORM. Django-style models, async-first, clean. But I wanted more speed on read-heavy paths without reaching for SQLAlchemy, so I built yara-orm: a Tortoise-style async ORM where the mod...

1
Sources
+0
24h
Growth
83d
Active

Sources

Related Issues