Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coleifer/sqlite-web
/ generic_query
Function
generic_query
sqlite_web/sqlite_web.py:519–520 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
517
518
@app.route(
'/query/'
, methods=[
'GET'
,
'POST'
])
519
def
generic_query():
520
return
_query_view(
'query.html'
)
521
522
def
require_table(fn):
523
@wraps(fn)
Callers
nothing calls this directly
Calls
1
_query_view
Function · 0.85
Tested by
no test coverage detected