Documentation
¶
Overview ¶
create way for the rest of our app to interact with postgres
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotExists = fmt.Errorf("the row does not exist") ErrMoreThanOne = fmt.Errorf("there is more than one row") )
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
func NewDatabase ¶
func (*Database) AddDataSet ¶
AddDataSet - adds a dataset
Click to show internal directories.
Click to hide internal directories.