package
0.0.0-20210825165854-f06801b7e9d2
Repository: https://github.com/vancelongwill/ksql-go.git
Documentation: pkg.go.dev

# Packages

Package mocks is a generated GoMock package.

# Functions

NewConnector allows a specific client to be passed to database/sql compatible connectors.

# Variables

ErrInvalidQueryStrategy is returned when the provided query strategy is not supported or doesn't exist.
ErrMissingSemicolon is returned when the sql statement is missing a trailing semi-colon.
ErrTransactionsNotSupported is a placeholder returned by sql driver transaction related methods, given that no such functionality exists currently in ksqlDB.

# Structs

Conn provides the driver.Conn interface for interacting with the ksqlDB client.
Connector implements the database/sql/driver package's Connector interface.
Driver is a database/sql compatible driver.
PreparedStatement imitates a pre loaded sql statement.