# Functions
NewClient sets up Client.
# Constants
DBPath is the location of the bolt DB.
SessionBucket is the name of the bolt bucket that stores sessions.
UserBucket is the name of the bolt bucket that stores the users.
# Variables
ErrExists means the value was found in the DB.
ErrNotFound means the requested key could not be found in DB.
# Interfaces
DBClient is the interface that gets implemented by this package.