Skip to main content

Crate toolu_orm_core

Crate toolu_orm_core 

Source

Re-exports§

pub use libsql;

Modules§

column
Column types, definitions, and dialect-aware DDL generation.
dialect
Dialect enum (Postgres/SQLite) and compile-time dispatch.
diff
Schema diffing for migration generation.
error
expr
Expression AST for WHERE clause generation across dialects.
index
journal
ordering
Operation ordering for migrations using a 13-tier priority system.
query_column
Column and typed column operations (CommonOps, TextOps, NumericOps).
relation
Core types for table relations used by relational query building.
relational_row
JSON-backed deserialization for relational SELECT results.
rename
RenameResolver trait for detecting table and column renames during schema diff.
row
Row decoding (FromRow) and Postgres helpers.
schema
snapshot
Schema snapshots for migration generation.
sql
Dialect-aware DDL generation for migration operations.
table
value
ORM Value enum bridging Rust types to database driver parameters.

Macros§

impl_from_row_for
Generates feature-gated FromRow impls for a type across backend combinations.