package
0.0.0-20240510163203-53ef48d57857
Repository: https://github.com/hidayathamir/goout.git
Documentation: pkg.go.dev

# Packages

Package main is the entry point for migrate database.

# Functions

NewPostgres initializes a new PostgreSQL database connection.
WithGormConfig configures the GORM options.

# Structs

NewPostgresOpt contains options for configuring the PostgreSQL connection.
Postgres represents a PostgreSQL database connection.

# Type aliases

NewPostgresOption defines a function signature for configuring NewPostgresOpt.