Versions in this module Expand all Collapse all v0 v0.0.2 Feb 22, 2024 v0.0.1 Dec 1, 2023 Changes in this version + func New(opts *Options) (*gorm.DB, error) + type Options struct + Database string + Host string + LogLevel int + MaxConnectionLifeTime time.Duration + MaxIdleConnections int + MaxOpenConnections int + Password string + SlowThreshold time.Duration + Username string + func NewOptions() *Options + func (o *Options) AddFlags(fs *pflag.FlagSet) + func (o *Options) Validate() []error