package
Version:
v0.0.0-...-37258df
Opens a new window with list of versions in this module.
Published: Dec 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ConnectDB tries to connect DB and on succcesful it returns
DB connection string and nil error, otherwise return empty DB and the corresponding error.
type Env struct {
DB *sql.DB
}
Env holds database connection to Postgres
Source Files
¶
Click to show internal directories.
Click to hide internal directories.