Geoffrey-rs/geoffrey_db
Joey Hines 8e8798f509
First pass on shop/item handling
+ The `add_item` command adds items to a location of type `Shop`
+ `selling` allows items to be queried
  + Items are not sorted yet
  + The user will be able to apply optional sorting params
+ Allowed the `insert` function of the DB to be used to update a model already in the DB
+ Clippy + Fmt
2021-11-07 14:23:18 -07:00
..
src First pass on shop/item handling 2021-11-07 14:23:18 -07:00
Cargo.toml Added logging infrastructure 2021-10-17 13:09:50 -06:00