Oxyde ORM icon
Oxyde ORM icon

Oxyde ORM

Oxyde ORM is a type-safe, Pydantic-centric asynchronous ORM with a high-performance Rust core designed for clarity, speed, and reliability.

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Python
  • Rust
  • Mac
  • Windows
  • Linux
1like
0comments
0articles

Features

  1. MySQL Community Edition icon  MySQL Support
  2.  SQLite
  3.  Object Relational Mapping
  4.  Asynchronous
  5.  Python-based

Oxyde ORM News & Activities

Highlights All activities

Recent activities

Oxyde ORM information

  • Developed by

    RS flagNikita Ryzhenkov
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  593 Stars
  •  6 Forks
  •  6 Open Issues
  •   Updated  
View on GitHub
Oxyde ORM was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Oxyde ORM?

Oxyde ORM is a type-safe, Pydantic-centric asynchronous ORM with a high-performance Rust core designed for clarity, speed, and reliability.

Features:

  • Django-style API — Familiar Model.objects.filter() syntax
  • Pydantic v2 models — Full validation, type hints, serialization
  • Async-first — Built for modern async Python with asyncio
  • Rust performance — SQL generation and execution in native Rust
  • Multi-database — PostgreSQL, SQLite, MySQL support
  • Transactions — transaction.atomic() context manager with savepoints
  • Migrations — Django-style makemigrations and migrate CLI