Crate oxide_sql_derive

Crate oxide_sql_derive 

Source
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 Table trait for a struct, generating type-safe column accessors.