# Functions
Close terminates connection to persistent storage.
GetAdapterName returns the name of the current adater.
InitDb open the db connection.
IsOpen checks if persistent storage connection has been initialized.
Open initializes the persistence system.
RegisterAdapter makes a persistence adapter available.
# Variables
Log is the anchor for storing/retrieving Message objects.
Message is the anchor for storing/retrieving Message objects.
Session is the anchor for storing/retrieving Session objects.
Message is the ancor for storing/retrieving Message objects.
# Structs
MessageLog is a Message struct to hold methods for persistence mapping for the Message object.
MessageStore is a Message struct to hold methods for persistence mapping for the Message object.
SessionStore is a Session struct to hold methods for persistence mapping for the Session object.
SubscriptionStore is a Subscription struct to hold methods for persistence mapping for the subscription.