sqlmodel-core 0.4.1

Core types and traits for SQLModel Rust
docs.rs failed to build sqlmodel-core-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sqlmodel-core-0.4.0

sqlmodel-core

Core traits and types used across the SQLModel Rust ecosystem.

Role in the SQLModel Rust System

  • Defines Model and Connection contracts plus Row/Value/Error types.
  • Re-exports Cx and Outcome for cancel-correct operations.
  • Consumed by query, schema, session, and driver crates.

Usage

Most users should depend on sqlmodel and import from sqlmodel::prelude::*. Use this crate directly if you are extending internals or building tooling around the core APIs.

Links