Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explorerhq/sql-explorer
/ connection_schema_json_cache_key
Function
connection_schema_json_cache_key
explorer/schema.py:34–35 ·
view source on GitHub ↗
(connection_id)
Source
from the content-addressed store, hash-verified
32
33
34
def
connection_schema_json_cache_key(connection_id):
35
return
f
"_explorer_cache_key_json_{connection_id}"
36
37
38
def
transform_to_json_schema(schema_info):
Callers
4
setUp
Method · 0.90
schema_json_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