Categorygithub.com/queryplan-ai/go-queryplan-mysql
modulepackage
0.0.3
Repository: https://github.com/queryplan-ai/go-queryplan-mysql.git
Documentation: pkg.go.dev

# README

go-queryplan-mysql

This is the Go driver for MySQL and QueryPlan.

# Packages

No description provided by the author
Package ringbuffer contains a fixed-size concurrency-safe generic ring buffer.

# Functions

No description provided by the author
No description provided by the author

# Constants

LevelDebug sets a logger to show informational messages or anything more severe.
LevelError sets a logger to show error messages only.
LevelInfo sets a logger to show informational messages or anything more severe.
LevelNull sets a logger to show no messages at all.
LevelWarn sets a logger to show warning messages or anything more severe.

# Variables

No description provided by the author
DefaultLeveledLogger is the default logger that the library will use to log errors, warnings, and informational messages.
SilentLeveledLogger is a logger for disregarding all logs written.

# Structs

No description provided by the author
LeveledLogger is a leveled logger implementation.
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

# Interfaces

LeveledLoggerInterface provides a basic leveled logging interface for printing debug, informational, warning, and error messages.

# Type aliases

Level represents a logging level.