rustorm-core
Core traits, types, and utilities for the RustORM ecosystem.
Provides the foundational building blocks: database connection pooling, model traits, field types (UUID, Decimal, encrypted fields), validation, and error types.
Not intended to be used directly — use the rustorm crate instead.
Features
postgres(default) — PostgreSQL support via sqlxmysql— MySQL supportsqlite— SQLite support