MCPcopy Create free account
hub / github.com/temporalio/temporal / DropDatabase

Method DropDatabase

common/persistence/sql/sqlplugin/postgresql/admin.go:130–132  ·  view source on GitHub ↗

DropDatabase drops a database

(name string)

Source from the content-addressed store, hash-verified

128
129// DropDatabase drops a database
130func (pdb *db) DropDatabase(name string) error {
131 return pdb.Exec(fmt.Sprintf(dropDatabaseQuery, name))
132}

Callers

nothing calls this directly

Calls 1

ExecMethod · 0.95

Tested by

no test coverage detected