Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Open ¶
Initiates a new table in the database. The table should be a struct with json tags to be able to easily unmarshal the content later. Example struct to give as table:
type User struct {
id int `json:"id"` -- mandatory field to have in every struct
username string `json:"username"`
password string `json:"password"`
}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.