Documentation ¶
Overview ¶
Package cockroach implements the cockroach store
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultDatabase = "micro" DefaultTable = "micro" )
DefaultDatabase is the namespace that the sql store will use if no namespace is provided.
Functions ¶
Types ¶
type Metadata ¶
type Metadata map[string]interface{}
https://github.com/upper/db/blob/master/postgresql/custom_types.go#L43
func (*Metadata) Scan ¶
Scan satisfies the sql.Scanner interface.
Click to show internal directories.
Click to hide internal directories.