Crate elif_orm

Source
Expand description

§elif-orm: Database Layer for elif.rs

Phase 2 implementation: Production-ready ORM with relationships, query builder, migrations, and connection management.

This crate provides the core database layer for elif.rs web framework, including Model trait, QueryBuilder, error handling, and future support for relationships, migrations, and connection management.

Re-exports§

pub use model::*;
pub use query::*;
pub use error::*;

Modules§

error
Error types for the ORM system
model
Base Model System - Core trait and functionality for database entities
query
Query Builder - Type-safe, fluent query builder for complex database operations