//
pkg.gl
Category
github.com/ybkuroki/go-webapp-sample
repository
package
1.5.7
Repository:
https://github.com/ybkuroki/go-webapp-sample.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
5
Files
141 SLOC
#
Functions
NewBookRepository
NewBookRepository is constructor for bookRepository.
#
Constants
MYSQL
MYSQL represents MySQL.
POSTGRES
POSTGRES represents PostgreSQL.
SQLITE
SQLITE represents SQLite3.
#
Interfaces
Repository
Repository defines a interface for access the database.