package
Version:
v0.0.0-...-d31700d
Opens a new window with list of versions in this module.
Published: Mar 28, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
db := DB("test")
var v int64
if err := db.Query(&v, "SELECT 2019"); err != nil {
log.Panic(v)
}
fmt.Println(v)
Output:
2019
Source Files
¶
Click to show internal directories.
Click to hide internal directories.