forge-core 0.0.1-alpha

Core types and traits for the Forge framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod field;
mod function;
mod model;
mod registry;
mod types;

pub use field::{FieldAttribute, FieldDef, FieldType};
pub use function::{FunctionArg, FunctionDef, FunctionKind};
pub use model::{IndexDef, ModelMeta, RelationType, TableDef};
pub use registry::{EnumDef, EnumVariant, SchemaRegistry};
pub use types::{RustType, SqlType};