# Packages
dbgen is a tool to automate the creation of create/update/delete methods that satisfy the github.com/paulstuart/dbobj.DBObject interface.
# Variables
ErrKeyMissing is returned when key value is not set.
ErrNilWritePointers is returned when a list handler returns a nil slice.
ErrNoKeyField is returned for tables without primary key identified.
# Interfaces
Common Rows object between rqlite and /pkg/database/sql.
DBList is the interface for a list of db objects.
DBObject provides methods for object storage The functions are generated for each object annotated accordingly.
DBS is an abstracted database interface, intended to work with both rqlite and regular sql.DB connections.
No description provided by the author
# Type aliases
SetHandler returns a slice of value pointer interfaces If there are no values to set it returns a nil instead.
SQLDB is a common interface for opening an sql db.