Files
end 7647884464 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>
2026-06-29 17:50:47 -07:00

8 lines
241 B
Go

// Package dbxp registers the Postgres Jet query debug logger for dbx.
//
// Blank-import this package when using dbx with Postgres and [dbx.DBConfig.DebugLog]
// is enabled:
//
// import _ "gitea.auvem.com/go-toolkit/dbx/dbxp"
package dbxp