MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / get_tables

Route get_tables

byod/api/app/sql_explanation/routes.py:None–None  ·  view source on GitHub ↗
bp.route('/explain_sql', methods=['POST'])

Source from the content-addressed store, hash-verified

1from flask import Blueprint, jsonify, make_response, request
2
3from .utils import get_sql_explanation
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected