premix-orm-1.0.2 has been yanked.
Premix ORM 🚀
Premix ORM is a zero-overhead, type-safe ORM for Rust, designed for performance and developer experience.
This crate (premix-orm) is the official facade that re-exports premix-core and premix-macros, providing a unified, unambiguous entry point for your application.
🌟 Why use this Facade?
Previously, users had to manage both premix-core and premix-macros. With premix-orm, you get:
- Unified Imports:
use premix_orm::prelude::*;gets you everything. - No Version Mismatch: We ensure the core and macros versions are always compatible.
- Clean Dependencies: Only one crate to add to your
Cargo.toml.
📦 Installation
Add this to your Cargo.toml:
[]
= "1.0.2"
= { = "0.8", = ["runtime-tokio", "sqlite"] }
= { = "1", = ["full"] }
= { = "1", = ["derive"] }
🚀 Quick Start
use *;
use ;
async
📄 License
This project is licensed under the MIT license.