# Functions
GetMysqlOpQuery constructs a CALL query from the specified operation.
New initializes a Dbms instance based on a map of Operation.
NewMysqlConn opens a new SQL Server connection from a given dsn.
NewPsqlConn opens a new PostgreSQL connection from a given dsn.
NewRateLimitedDbmsConn returns a new rate-limited dbms connection.
NewSqlserverConn opens a new SQL Server connection from a given dsn.
RenderGoTemplate takes the text to be parsed as a Go template and values to be rendered.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
+kubebuilder:object:generate=true Dbms is the instance associated with a Dbms resource.
DbmsConn represents the DBMS connection.
+kubebuilder:object:generate=true +kubebuilder:kubebuilder:validation:MinItems=1 Endpoint represent the configuration of a DBMS endpoint identified by a name.
MysqlConn represents a connection to a MySQL DBMS.
+kubebuilder:object:generate=true Operation represents an operation performed on a DBMS identified by name and containing a map of inputs and a map of outputs.
OpOutput represents the return values of an operation.
OpValues represent the input values of an operation.
PsqlConn represents a connection to a SQL Server DBMS.
No description provided by the author
SecretKeyRef specifies a reference to a value contained in a Secret resource identified by name and key.
SqlserverConn represents a connection to a SQL Server DBMS.
# Interfaces
Driver represents a struct responsible for executing CreateDb and DeleteDb operations on a system it supports.
# Type aliases
+kubebuilder:object:generate=true DbmsList is a slice containing Dbms structs.
No description provided by the author
+kubebuilder:object:generate=true.