package
0.1.7
Repository: https://github.com/hojulian/microdb.git
Documentation: pkg.go.dev

# Functions

Connect creates a microDB client.

# Variables

ErrLocalDBError represents the client lost connection to local database or it is not ready for operations yet.
ErrNATSError represents the client lost connection to NATS.

# Structs

Client represents a microDB client.
Conn is a connection to MicroDB system.
Driver is the MicroDB driver that implements database/sql/driver.