Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FeatureBaseDB/DoctorGPT
/ drop_database
Function
drop_database
lib/database.py:31–37 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
29
###############
30
31
def
drop_database(name):
32
# create FeatureBase database
33
fb_query = featurebase_query(
34
{
35
"sql"
: f
"DROP TABLE {name};"
36
}
37
)
38
39
40
def
create_database(name, schema):
Callers
1
reset_databases.py
File · 0.90
Calls
1
featurebase_query
Function · 0.85
Tested by
no test coverage detected