elif-orm 0.7.1

Production-ready ORM with migrations, database services, connection pooling, and query builder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Result Hydration
//!
//! This module provides result hydration and object mapping.
//! The legacy hydration is in the relationships module.

// Re-export from relationships module for now
pub use crate::relationships::hydration::*;

// TODO: Implement modular hydration system
// pub mod hydrator;
// pub mod mapping;
// pub mod containers;