* Add SQL query executor

* Move mermaid.min.js to static asset
* Create templates for sql logic
This commit is contained in:
Peter Stockings
2024-11-06 23:25:25 +11:00
parent 3a07b9d97f
commit 0f55d42f22
9 changed files with 2147 additions and 19 deletions

View File

@@ -182,7 +182,6 @@
</div>
<div hx-get="{{ url_for('get_sql_schema') }}" hx-trigger="load"></div>
</div>
{% endblock %}