Expand description
Schema traits for type-safe table and column definitions.
This module provides traits that are implemented by the #[derive(Table)]
macro to enable compile-time checked SQL queries.
Traitsยง
- Column
- Trait for column metadata.
- Selectable
- Trait for selecting specific columns from a table.
- Table
- Trait for table metadata.
- Typed
Column - Marker trait for columns with a specific Rust type.