package
0.0.0-20200906053845-0397089e0092
Repository: https://github.com/ybkuroki/go-webapp-project-template.git
Documentation: pkg.go.dev

# Functions

GetDB returns the object of gorm.DB.
GetRepository returns the object of repository.
InitDB initialize a database connection.

# Constants

MYSQL represents MySQL.
POSTGRES represents PostgreSQL.
SQLITE represents SQLite3.

# Structs

Repository defines a repository for access the database.