package
0.1.0
Repository: https://github.com/unit-io/unitdb-go.git
Documentation: pkg.go.dev

# Functions

Close terminates connection to persistent storage.
GetAdapterName returns the name of the current adater.
IsOpen checks if persistent storage connection has been initialized.
Open initializes the persistence.
RegisterAdapter makes a persistence adapter available.

# Variables

Log is the anchor for storing/retrieving Message objects.
Session is the anchor for storing/retrieving Session objects.

# Structs

MessageLog 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.