# Functions
NewMySqlDatabase factory method for database
param: URI - represents the database connection string in the format of: mysql://user:password@host:port/database_name?application_name return: IDatabase instance, error.
NewMySqlDatabaseWithMessageBus factory method for database with injected message bus
param: URI - represents the database connection string in the format of: postgresql://user:password@host:port/database_name?application_name return: IDatabase instance, error.
NewMySqlStore factory method for datastore
param: URI - represents the database connection string in the format of: mysql://user:password@host:port/database_name?application_name return: IDatabase instance, error.
# Structs
DBConfig holds the MySQL database configuration.
No description provided by the author
SSHConfig holds the SSH configuration.