Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ get_sql_example_template
Function
get_sql_example_template
backend/apps/template/generate_sql/generator.py:12–14 ·
view source on GitHub ↗
(db_type: Union[str, DB])
Source
from the content-addressed store, hash-verified
10
11
12
def
get_sql_example_template(db_type: Union[str, DB]):
13
template = get_base_sql_template(db_type)
14
return
template[
'template'
]
Callers
1
sql_sys_question
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected