# Functions
Connect will make a new database connection and new folder/file(s) if needed.
Disconnect will close the db connection.
Flush will empty the entire database.
GarbageCollection will clean up some garbage in the database (reduces space, etc.).
Get will retrieve a value from a key (if found).
Set will store a new key/value pair (expiration optional).