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

Route setup_db

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

Source from the content-addressed store, hash-verified

1from flask import Blueprint, jsonify, make_response, request
2
3from ..config import ENGINE
4from .utils import (ENUMS_METADATA_DICT, TABLES_METADATA_DICT,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected