Geoffrey-rs/geoffrey_models
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 Initial commit 2021-03-06 13:19:13 -06:00