//
pkg.gl
Category
github.com/ybkuroki/go-webapp-project-template
repository
package
0.0.0-20200906053845-0397089e0092
Repository:
https://github.com/ybkuroki/go-webapp-project-template.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
5
Files
101 SLOC
#
Functions
GetDB
GetDB returns the object of gorm.DB.
GetRepository
GetRepository returns the object of repository.
InitDB
InitDB initialize a database connection.
#
Constants
MYSQL
MYSQL represents MySQL.
POSTGRES
POSTGRES represents PostgreSQL.
SQLITE
SQLITE represents SQLite3.
#
Structs
Repository
Repository defines a repository for access the database.