# Functions
ConnectDB initializes a db connection based on settings file.
GormConnectDB initializes a GORM DB ORM connection.
ReadFromCache reads from cachestore using the key.
WriteToCache writes to cachestore (file) based on key.
# Variables
MainCache to stores database records.