7647884464
Expand README with setup and API guidance, add CHANGELOG breaking section, and refresh package documentation for the V1 API surface. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
235 B
Go
8 lines
235 B
Go
// Package dbxm registers the MySQL Jet query debug logger for dbx.
|
|
//
|
|
// Blank-import this package when using dbx with MySQL and [dbx.DBConfig.DebugLog]
|
|
// is enabled:
|
|
//
|
|
// import _ "gitea.auvem.com/go-toolkit/dbx/dbxm"
|
|
package dbxm
|