package
0.0.0-20241003013859-4d127bd10c7b
Repository: https://github.com/space-code/go-auth.git
Documentation: pkg.go.dev

# Functions

Migrate performs automatic migration for the provided models using GORM.
NewGorm initializes a new GORM DB instance based on the provided configuration.
Paginate provides a generic pagination mechanism using GORM scopes.

# Structs

Gorm encapsulates the GORM DB instance and its configuration.
GormPostgresConfig holds the configuration parameters for connecting to a PostgreSQL database.