dbstruct 0.6.0

Build a typed database by defining a struct
Documentation
1
2
3
4
5
6
7
8
error: no database backend specified

         = help: try specifying an db, for example: `db=sled`

 --> tests/ui/missing_db_option.rs:3:12
  |
3 | #[dbstruct(db)]
  |            ^^