Versions in this module Expand all Collapse all v1 v1.0.0 Mar 6, 2020 Changes in this version + type Connection struct + func NewConnUsingCerts(host, database, user, certsPath string) (*Connection, error) + func NewConnUsingDocker(pod, network, database, user, password string, port int) (*Connection, error) + func NewConnUsingPassword(host, database, user, password string) (*Connection, error) + func (c *Connection) Close() + func (c *Connection) GetConnection() *gorm.DB