Versions in this module Expand all Collapse all v0 v0.0.2 Jun 22, 2021 v0.0.1 Jun 22, 2021 Changes in this version + var DatabaseIdleTimeout = 5 * time.Minute + var MaxDatabaseIdleConnections = 25 + var MaxDatabaseOpenConnections = 25 + var ReconnectionAttempts = 3 + func ExecutePrepared(sqlQuery string, parameters ...interface{}) (int64, int64, error) + func OpenDatabaseConnection() (*sql.DB, error)