[Go] Database
Closed this issue · 1 comments
VineBalloon commented
Choose and create higher-level bindings for database operations for use in commands like !tags
VineBalloon commented
Done, created a Storer
interface with interface 'methods' to put structs into the db. Pretty basic Get and Set commands only for now, will look into abstracting indexes.