Documentation
¶
Overview ¶
Package database help us to connect to the database using the gorm library and with tracing.
Index ¶
Constants ¶
View Source
const ( // DBPrefix is the prefix for all environment variables related to the database. DBPrefix = "DB_" // PostgresDriverName is the name of the postgres driver. PostgresDriverName = "pgx" // Postgres is the enum for postgres database. Postgres database = "postgres" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.