# Functions
ConnectToStorage establishes a connection to the configured database engine and returns
an object.
NewConnectionInformation returns a new ConnectionInformation structure with
the address and port filled in.
NewMSSQLStorage creates a new storage object that interfaces to MSSQL
*/.
MySQLStorage creates a new storage object that interfaces to MySQL
*/.
NewSQLiteStorage creates a new storage object that interfaces to SQLite
*/.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ConnectionInformation contains data necessary to establish a connection
to a database server.
MSSQLStorage implements the IStorage interface
*/.
MySQLStorage implements the IStorage interface
*/.
SQLiteStorage implements the IStorage interface
*/.
# Interfaces
IStorage defines an interface for structures that need to connect to
storage engines.
# Type aliases
StorageType defines types of database engines MailSlurper supports
*/.