Geoffrey-rs/geoffrey_db/src
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
..
database.rs First pass on shop/item handling 2021-11-07 14:23:18 -07:00
error.rs Cargo + Clippy 2021-10-17 12:24:45 -06:00
helper.rs Fmt + Clippy 2021-10-23 13:13:28 -06:00
lib.rs Refactoring to get the find command working 2021-10-23 13:11:23 -06:00