Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultConnURLKey = "DB_DSN" DefaultConnURL = "http://localhost" )
Variables ¶
This section is empty.
Functions ¶
func NewConnection ¶
func NewConnection(connURL string) (*gorqlite.Connection, error)
func RegisterLifecycle ¶
Types ¶
type Lifecycle ¶
type Lifecycle struct {
// contains filtered or unexported fields
}
func NewLifecycle ¶
func NewLifecycle(conn *gorqlite.Connection) *Lifecycle
Click to show internal directories.
Click to hide internal directories.