MCPcopy Index your code
hub / github.com/riverqueue/river / DatabaseName

Method DatabaseName

riverdriver/river_driver_interface.go:67–67  ·  view source on GitHub ↗

DatabaseName is the name of the database that the driver targets like "postgres" or "sqlite". This is used for purposes like a cache key prefix in riverdbtest so that multiple drivers may share schemas as long as they target the same database. API is not stable. DO NOT USE.

()

Source from the content-addressed store, hash-verified

65 //
66 // API is not stable. DO NOT USE.
67 DatabaseName() string
68
69 // GetExecutor gets an executor for the driver.
70 //

Callers 15

NewClientFunction · 0.65
JobListMethod · 0.65
JobListTxMethod · 0.65
TestSchemaFunction · 0.65
TestTxFunction · 0.65
exerciseJobDeleteFunction · 0.65
exerciseListenerFunction · 0.65
exerciseSchemaNameFunction · 0.65
ExerciseClientFunction · 0.65
exerciseMigrationFunction · 0.65

Implementers 3

Driverriverdriver/riverpgxv5/river_pgx_v5_dr
Driverriverdriver/riverdatabasesql/river_dat
Driverriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by 3

TestSchemaFunction · 0.52
TestTxFunction · 0.52
ExerciseClientFunction · 0.52