Add ability to save and edit queries, still need to add ability to edit queries

This commit is contained in:
Peter Stockings
2024-11-08 23:09:19 +11:00
parent 90cb1c1451
commit 23def088bb
4 changed files with 175 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
<div hx-get="{{ url_for('sql_schema') }}" hx-trigger="load"></div>
{{ render_partial('partials/sql_explorer/sql_query.html') }}
{{ render_partial('partials/sql_explorer/sql_query.html', saved_queries=saved_queries) }}
</div>