database/sql.Conn.ExecContext
standard libraryThe 3696th most-called standard-library method by production calls. Called 309 times across 24 modules; 161 of those run outside tests and generated code.
- prod calls
- 161
- non-test, non-generated
- all calls
- 309
- total callsites
- modules
- 24
- distinct callers
- in loop
- 29%
- of prod calls
- in tests
- 48%
- 148 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Concrete method100%A method on a value whose type is known exactly.
- Embedded method<1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Conn.ExecContext from notable Go projects. Open one on the map to see what else it hammers.
- CockroachDB 8 5%
- HashiCorp 4 2%
- Grafana 3 2%
where it's called
Callsites in the wild
12 representative callsites of 309, prioritizing in-loop and non-test usage. We link to source, never display it.
-
encr.dev @v1.57.13
cli/daemon/sqldb/db.go:253
in loop - in loop
- in loop
-
encoredev/encore @v1.57.13
in loop - in loop
-
golang-migrate/migrate @v3.5.4+incompatible
in loop - in loop
-
navidrome/navidrome @v0.63.1
in loop - in loop
-
grafana/alloy @v1.18.0
internal/component/database_observability/sql_server/collector/schema_details.go:277 ↗
in loop - in loop
- in loop
top callers
The modules that reach for it
The modules that call Conn.ExecContext most in this snapshot.
- github.com/bytebase/bytebase6421%
- github.com/golang-migrate/migrate/v43612%
- github.com/gastownhall/beads299%
- github.com/steveyegge/beads299%
- modernc.org/sqlite299%
siblings
More from database/sql
The other most-called members in this package. See all →