Registry / database / uptrace-bun-extra-bundebug

uptrace-bun-extra-bundebug

JSON →
library1.2.5gogounverified

A debugging extension for the Bun database client that logs queries and operations.

go get github.com/uptrace/bun/extra/bundebug
INSTALL
IMPORT
SIG · UPTRACE-BUN-EXTRA-
U
uptrace-bun-extra-bundebug
databasegov1.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bundebug
github.com/uptrace/bun/extra/bundebug

Adds a query hook to log all database queries for debugging.

package main import ( "github.com/uptrace/bun" "github.com/uptrace/bun/extra/bundebug" ) func main() { db := bun.Connect(...) db.AddQueryHook(bundebug.NewQueryHook()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Resources
uptrace-bun-extra-bundebug — go get uptrace-bun-extra-bundebug · libregistry