Skip to content

Instantly share code, notes, and snippets.

View cloakd's full-sized avatar

Cloakd cloakd

View GitHub Profile
@cloakd
cloakd / postgres_gorm_tls.go
Created March 12, 2024 18:48
Postgres Gorm TLS Connection example
type PostgresService struct {
db *gorm.DB
username string
password string
database string
host string
port string
}