Geoffrey-rs/geoffrey_db/src/query
Joey Hines c6ec8467c1
continuous-integration/woodpecker the build was successful Details
report_out_of_stock command + new query system
+ report_out_of_stock can be used by a when an item is not in stock in a shop
+ Added new query system
  + Impl for both LocationDB and Player for now
  + Goal is to increase code re-use without a million functions for different queries
  + Should be expanded to more models
  + I Should really just rip out the DB and make it a generic thing
+ Clippy + fmt
2021-12-30 21:48:33 -06:00
..
location_query.rs report_out_of_stock command + new query system 2021-12-30 21:48:33 -06:00
mod.rs report_out_of_stock command + new query system 2021-12-30 21:48:33 -06:00
player_query.rs report_out_of_stock command + new query system 2021-12-30 21:48:33 -06:00