package
Version:
v0.0.0-...-4b97b8a
Opens a new window with list of versions in this module.
Published: Jul 7, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package dbm is a database management package.
It allows us to interact with sql database via using sqlx.
Migrate runs the migrations scripts in scripts folder
type DBM struct {
DB *sqlx.DB
}
DBM is the database management struct
Init creates a connection to our database via sqlx
Source Files
¶
Click to show internal directories.
Click to hide internal directories.