Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ DropDatabase
Method
DropDatabase
common/persistence/sql/sqlplugin/interfaces.go:89–89 ·
view source on GitHub ↗
(database string)
Source
from the content-addressed store, hash-verified
87
DropAllTables(database string) error
88
CreateDatabase(database string) error
89
DropDatabase(database string) error
90
Exec(stmt string, args ...any) error
91
}
92
Callers
3
DropDatabase
Method · 0.65
TearDownMySQLDatabase
Function · 0.65
TearDownPostgreSQLDatabase
Function · 0.65
Implementers
4
Connection
tools/sql/conn.go
db
common/persistence/sql/sqlplugin/postg
db
common/persistence/sql/sqlplugin/mysql
db
common/persistence/sql/sqlplugin/sqlit
Calls
no outgoing calls
Tested by
no test coverage detected