Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterTLSoptions ¶
func RegisterTLSoptions(dns string, options client.MTLsOptions) error
RegisterTLSoptions registers a tls configuration to be sued for a specific domain name.
Types ¶
type ImmuDBconn ¶
ImmuDBconn exposes functions of an immudb connection or an embedded engine, which cannot be called using the sql api.
type ImmudbDriver ¶
type ImmudbDriver struct{}
ImmudbDriver is the basis of the database/sql driver.
func (*ImmudbDriver) Open ¶
func (driver *ImmudbDriver) Open(dsn string) (driver.Conn, error)
Open a new connection to immudb.
func (*ImmudbDriver) OpenConnector ¶
func (driver *ImmudbDriver) OpenConnector(dsn string) (*connector, error)
OpenConnector creates a connector for opening connections to a immudb.
Click to show internal directories.
Click to hide internal directories.