//
pkg.gl
Category
github.com/cockroachlabs/visus
internal
database
package
0.3.0
Repository:
https://github.com/cockroachlabs/visus.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
8
Files
138 SLOC
#
Functions
New
New creates a new connection to the database.
ReadOnly
ReadOnly creates a new connection to the database with follower reads It waits until a connection can be established, or that the context has been cancelled.
#
Structs
Pool
Pool provides a set of connections to the target database.
#
Interfaces
Connection
Connection defines the methods used to access the database.