package
0.0.0-20241101205441-bc39b4e0fb04
Repository: https://github.com/launix-de/go-mysqlstack.git
Documentation: pkg.go.dev
# Functions
helper functions for authentication returns sha1(password) which you can store in your users table.
MockMysqlServer creates a new mock mysql server.
MockMysqlServerWithPort creates a new mock mysql server with port.
NewBinaryRows creates BinaryRows.
NewConn used to create a new client connection.
NewListener creates a new Listener.
NewTestHandler creates new Handler.
NewTextRows creates TextRows.
# Constants
No description provided by the author
COND_DELAY enum.
COND_ERROR enum.
COND_NORMAL enum.
COND_PANIC enum.
COND_STREAM enum.
No description provided by the author
# Structs
BaseRows --.
BinaryRows presents binary row tuple.
Cond presents a condition tuple.
CondList presents a list of Cond.
Listener is a connection handler.
Session is a client connection with greeting and auth.
SessionTuple presents a session tuple.
Statement --.
TestHandler is the handler for testing.
TextRows presents row tuple.