MCPcopy
hub / github.com/coleifer/sqlite-web / get_request_data

Function get_request_data

sqlite_web/sqlite_web.py:564–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

562 triggers=dataset.get_triggers(table))
563
564def get_request_data():
565 if request.method == 'POST':
566 return request.form
567 return request.args
568
569@app.route('/<table>/add-column/', methods=['GET', 'POST'])
570@require_table

Callers 7

add_columnFunction · 0.85
drop_columnFunction · 0.85
rename_columnFunction · 0.85
add_indexFunction · 0.85
drop_indexFunction · 0.85
drop_triggerFunction · 0.85
table_importFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected