Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explorerhq/sql-explorer
/ connection_schema_cache_key
Function
connection_schema_cache_key
explorer/schema.py:30–31 ·
view source on GitHub ↗
(connection_id)
Source
from the content-addressed store, hash-verified
28
29
30
def
connection_schema_cache_key(connection_id):
31
return
f
"_explorer_cache_key_{connection_id}"
32
33
34
def
connection_schema_json_cache_key(connection_id):
Callers
4
setUp
Method · 0.90
schema_info
Function · 0.85
clear_schema_cache
Function · 0.85
build_schema_cache_async
Function · 0.85
Calls
no outgoing calls
Tested by
1
setUp
Method · 0.72