Exemplar is a boilerplate eliminator for rusqlite.
Getting Started
A taste of what you can do:
# use ;
# use Model;
#
#
Exemplar is based around the [Model] trait, which has its own derive macro.
- See the aformentioned macro's documentation to get started.
- For handling
enums in models, check out the [sql_enum] macro.
Cargo Features
- (Default)
sql_enum- enables the [sql_enum] macro. Depends onnum_enum.