wb_sqlite 0.1.1

Derive macros map struct/field to SQLite table/column. Generate const/fn for create-table,insert,select,update.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# https://editorconfig.org/

root = true

[*]
indent_style = tab
indent_size = tab
tab_width = 3
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true