Oxyde ORM - Django-like Pydantic-driven Async ORM
Summary
Oxyde ORM is a Django-style, type-safe asynchronous ORM with a Rust core designed for high performance and reliability. It uses Pydantic v2 models, supports multi-database deployments (PostgreSQL, SQLite, MySQL), and provides migrations, transactions, and an ecosystem including an auto-generated admin panel. The project emphasizes explicitness over magic and is currently under active development.