Oxyde ORM: Django-style API with Pydantic, async-native with Rust core
Summary
Oxyde ORM is a type-safe, Pydantic-centric asynchronous ORM with a Rust core, inspired by Django's ORM and designed for explicit, fast database access. It offers an async-native workflow, multi-database support (PostgreSQL, SQLite, MySQL), migrations, and an auto-generated admin ecosystem, with benchmarks showing strong performance relative to other Python ORMs. The project is young and actively developed, with ongoing improvements and a focus on clarity and reliability.