unswpcsoc/PCSocBot

[Go] Database

Closed this issue · 1 comments

Choose and create higher-level bindings for database operations for use in commands like !tags

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.