package
0.0.0-20210818151040-728147ba4166
Repository: https://github.com/practice-golang/bookshelf.git
Documentation: pkg.go.dev
# Functions
CheckValidAndPrepareWhere - Prepare where and check missing values for update.
DeleteData - cruD.
InitDB - Prepare DB.
InsertData - Crud.
InsertDataMAP - Crud.
PrepareWhere - Prepare where condition for search.
SelectCount - data count -> pages = (data count) / (count per page).
SelectData - cRud.
SelectDataMAP - cRud MAP.
UpdateData - crUd.
UpdateDataMAP - crUd.
# Variables
once sync.Once.
DB Object Interface.
No description provided by the author
No description provided by the author
Data Source Name.
Ignore if nil or null.
Default order column name.
No description provided by the author
UPDATE ..
# Interfaces
No description provided by the author