{"id":67400,"library":"opencensus-integrations-ocsql","title":"OpenCensus SQL Integration","description":"Provides OpenCensus instrumentation for database/sql operations.","status":"active","version":"0.1.7","language":"go","source_language":null,"source_url":"https://github.com/opencensus-integrations/ocsql","tags":["opencensus","sql","database","tracing","observability"],"install":[{"cmd":"go get github.com/opencensus-integrations/ocsql","lang":"bash","label":"Install github.com/opencensus-integrations/ocsql"}],"dependencies":[],"imports":[{"symbol":"ocsql","correct":"github.com/opencensus-integrations/ocsql"}],"quickstart":{"code":"package main\n\nimport (\n\t\"database/sql\"\n\t\"github.com/opencensus-integrations/ocsql\"\n)\n\nfunc main() {\n\tdriver, _ := ocsql.Register(\"postgres\", ocsql.WithAllTraceOptions())\n\tdb, _ := sql.Open(driver, \"postgres://user:pass@localhost/dbname\")\n\tdefer db.Close()\n}","lang":"go","description":"Wraps a database driver with OpenCensus tracing."},"warnings":[{"fix":"Consider migrating to OpenTelemetry for new projects.","message":"OpenCensus is deprecated in favor of OpenTelemetry.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'databas':12 'database/sql':8 'instrument':6 'integr':3 'observ':14 'opencensus':1,5,10 'oper':9 'provid':4 'sql':2,11 'trace':13","created_at":"2026-06-17T17:36:39.853001+00:00","updated_at":"2026-06-17T17:36:39.853001+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/opencensus-integrations/ocsql","github":"https://github.com/opencensus-integrations/ocsql","docs":"https://pkg.go.dev/github.com/opencensus-integrations/ocsql#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}