//
pkg.gl
Category
github.com/hojulian/microdb
client
package
0.1.7
Repository:
https://github.com/hojulian/microdb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
0
Files
620 SLOC
#
Functions
Connect
Connect creates a microDB client.
#
Variables
ErrLocalDBError
ErrLocalDBError represents the client lost connection to local database or it is not ready for operations yet.
ErrNATSError
ErrNATSError represents the client lost connection to NATS.
#
Structs
Client
Client represents a microDB client.
Conn
Conn is a connection to MicroDB system.
Driver
Driver is the MicroDB driver that implements database/sql/driver.