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
//! Fake Data Generation
//!
//! This module provides fake data generation utilities.
//! The legacy fake data is in the factory module.

// Re-export from factory module for now
pub use crate::factory::fake_data::*;

// TODO: Implement modular fake data system
// pub mod generators;
// pub mod relationships;
// pub mod locales;