sqlmodel-core 0.1.1

Core types and traits for SQLModel Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
- Repository: https://github.com/sqlmodel/sqlmodel-rust
- Documentation: https://docs.rs/sqlmodel-core