Discover Packages
github.com/samonzeweb/godb
dbtests
common
package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Oct 22, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Book struct {
Id int `db:"id,key,auto"`
Title string `db:"title"`
Author string `db:"author"`
Published time .Time `db:"published"`
Version int `db:"version,oplock"`
}
type CountByAuthor struct {
Author string `db:"author"`
Count int `db:"count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.