Versions in this module Expand all Collapse all v0 v0.0.1 Apr 12, 2016 Changes in this version + func ConnectToMySQLDatabase(username, password, database, server string, tlsInfo *TLSCertificates, ...) (*sql.DB, error) + func ConnectToSQLite(SQLiteDBName string) (*sql.DB, error) + type TLSCertificates struct + BasePath string + CACertRelativePath string + ClientCertRelativePath string + ClientKeyRelativePath string