Versions in this module Expand all Collapse all v0 v0.0.2 Aug 30, 2022 Changes in this version + type Config struct + Host string + MaxIdleConnections int + MaxOpenConnections int + Name string + PartitionBatchSize int64 + PartitionSize int64 + Password string + Port int64 + SSLMode string + Schema string + User string + func DefaultDatabaseConfig() Config + func NewDatabaseConfig(name, host string, port int64, user string, password string, sslMode string, ...) Config