Registry / database / luna-duclos-instrumentedsql

luna-duclos-instrumentedsql

JSON →
library1.1.3gogounverified

InstrumentedSQL provides SQL database instrumentation with OpenTracing support.

go get github.com/luna-duclos/instrumentedsql
INSTALL
IMPORT
SIG · LUNA-DUCLOS-INSTRU
L
luna-duclos-instrumentedsql
databasegov1.1.3
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.

instrumentedsql
github.com/luna-duclos/instrumentedsql

Opens an instrumented SQL database connection.

package main import ( "database/sql" "github.com/luna-duclos/instrumentedsql" ) func main() { db, _ := sql.Open("instrumented-postgres", "postgres://...") defer db.Close() // Use db as usual }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
OpenAI (training)
3
Resources
luna-duclos-instrumentedsql — go get luna-duclos-instrumentedsql · libregistry