docs: add V1 README, CHANGELOG, and package docs

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>
This commit is contained in:
2026-06-29 17:50:47 -07:00
parent 63187ee905
commit 7647884464
5 changed files with 116 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
// 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