# Functions
CacheTimeProvider returns the cacheTimeProvider instance.
IsDatabaseUnhealthy tells whether the database is unhealthy, meaning not shutdown properly.
MarkDatabaseHealthy marks the database as healthy, respectively correctly closed.
MarkDatabaseUnhealthy marks the database as not healthy, meaning that it wasn't shutdown properly.
# Constants
DBVersion defines the version of the database schema this version of GoShimmer supports.
PluginName is the name of the database plugin.
# Variables
ErrDBVersionIncompatible is returned when the database has an unexpected version.
Parameters contains configuration parameters used by the storage layer.
Plugin is the plugin instance of the database plugin.
# Structs
ParametersDefinition contains the definition of configuration parameters used by the storage layer.