wb_sqlite 0.1.0

Derive macros map struct/field to SQLite table/column, const/fn for create-table,insert,select,update.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
edition = "2021"
hard_tabs = true
newline_style = "Unix"
tab_spaces = 3
use_field_init_shorthand = true
use_try_shorthand = true

# Unstable features
#unstable_features = true
#version = "Two"
#imports_granularity = "Crate"
#reorder_impl_items = true
#group_imports = "StdExternalCrate"