Expand description
Derive macros for type-safe SQL table definitions.
This crate provides the #[derive(Table)] macro for defining database tables
with compile-time checked column names.
Derive Macrosยง
- Table
- Derives the
Tabletrait for a struct, generating type-safe column accessors.