MCPcopy Index your code
hub / github.com/rilldata/rill / Open

Method Open

admin/database/database.go:47–47  ·  view source on GitHub ↗
(dsn string, encKeyring []*EncryptionKey)

Source from the content-addressed store, hash-verified

45// Driver is the interface for DB drivers.
46type Driver interface {
47 Open(dsn string, encKeyring []*EncryptionKey) (DB, error)
48}
49
50// DB is the interface for a database connection.

Callers 15

OpenMethod · 0.65
IsWSLFunction · 0.65
isDirAbsentOrEmptyFunction · 0.65
InitCmdFunction · 0.65
UploadLogoCmdFunction · 0.65
UploadFaviconCmdFunction · 0.65
UploadThumbnailCmdFunction · 0.65
mainFunction · 0.65
ExportMethod · 0.65
DuckDBCopyExportFunction · 0.65
ExportMethod · 0.65
ExportMethod · 0.65

Implementers 15

localAdminServicecli/pkg/local/admin.go
driverruntime/drivers/bigquery/bigquery.go
driverruntime/drivers/druid/druid.go
driverruntime/drivers/gemini/gemini.go
driverruntime/drivers/athena/athena.go
driverruntime/drivers/redshift/redshift.go
driverruntime/drivers/postgres/postgres.go
driverruntime/drivers/azure/azure.go
driverruntime/drivers/gcs/gcs.go
driverruntime/drivers/mysql/mysql.go
driverruntime/drivers/s3/s3.go
driverruntime/drivers/openai/openai.go

Calls

no outgoing calls

Tested by 15

TestStarRocksOLAPFunction · 0.52
TestClickhouseSingleFunction · 0.52
TestClickhouseDualDSNFunction · 0.52
TestBackupFunction · 0.52
TestDBFilePathFunction · 0.52
Test_specialCharInPathFunction · 0.52
prepareConnFunction · 0.52
Test_safeSQLStringFunction · 0.52
TestNoFatalErrFunction · 0.52