rustorm-core 0.1.1

Core traits, types and utilities for RustORM
Documentation
rustorm-core-0.1.1 has been yanked.

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 sqlx
  • mysql — MySQL support
  • sqlite — SQLite support