Versions in this module Expand all Collapse all v0 v0.0.9 May 2, 2025 v0.0.8 Feb 28, 2025 Changes in this version + func New(dbPath string, options ...Option) (*gorm.DB, error) + type Config struct + Debug bool + Force bool + Logger logger.Interface + Models []interface{} + Password string + type Model struct + CreatedAt time.Time + Id int64 + UpdatedAt time.Time + type Option func(*Config) + func WithDebug() Option + func WithForce() Option + func WithLogger(log logger.Interface) Option + func WithModels(models ...interface{}) Option + func WithPassword(password string) Option