rustorm-core 0.1.1

Core traits, types and utilities for RustORM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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`](https://crates.io/crates/rustorm) crate instead.

## Features


- `postgres` (default) — PostgreSQL support via sqlx
- `mysql` — MySQL support
- `sqlite` — SQLite support