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
241 B
Go
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
|