package
Version:
v0.0.0-...-8bbd0fc
Opens a new window with list of versions in this module.
Published: Jun 23, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Delete deletes a record from the database
Insert will create a new record in the database
Update will update a record in the database
type Sport struct {
SportID int64 `db:"sport_id"`
Name string `db:"name"`
}
ReadAll reads all records in the database
ReadByID reads by id column
Source Files
¶
Click to show internal directories.
Click to hide internal directories.