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
//! Model Attributes
//!
//! This module provides field definitions and type mappings for models.

// TODO: Implement attribute system
// pub mod field_types;
// pub mod casting;
// pub mod defaults;

// Placeholder to prevent compilation errors
pub struct Placeholder;