package
1.10.0
Repository: https://github.com/kloeckner-i/db-operator.git
Documentation: pkg.go.dev

# Functions

Create instance if not exists.
GsqlNew create a new Gsql object and return.
Update instance if instance exists.

# Variables

ErrAlreadyExists is thrown when db instance already exists.
ErrInstanceNotReady is thrown when gsql instance is still not marked as Ready.
ErrNotExists is thrown when db instance does not exists.

# Structs

Generic represents database instance which can be connected by address and port.
Gsql represents a google sql instance.

# Interfaces

DbInstance interface to operate database server.