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`](https://crates.io/crates/rustorm) crate instead.
- --