Derive Macro turbosql::Turbosql[][src]

#[derive(Turbosql)]
{
    // Attributes available to this derive:
    #[turbosql]
}
Expand description

Derive this on a struct to create a corresponding SQLite table and insert/update/upsert methods. (TODO: Turbosql trait?)