Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2022 Changes in this version + func CreateEnumTypeDB() + func NewPostgreSQLConnection(config *config.AppConfig) *gorm.DB + type DatabaseConnection struct + Driver DatabaseDriver + PostgreSQL *gorm.DB + func NewConnectionDB(config *config.AppConfig) *DatabaseConnection + func (db *DatabaseConnection) Close() + type DatabaseDriver string + const MongoDB + const MySQL + const PostgreSQL