Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
func
(pdb *db) DropDatabase(name string) error {
131
return
pdb.Exec(fmt.Sprintf(dropDatabaseQuery, name))
132
}
Callers
nothing calls this directly
Calls
1
Exec
Method · 0.95
Tested by
no test coverage detected