SQL online editor for 1GCG
This SQL Online Editor is developed with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Inspired from:
- https://www.programiz.com/sql/online-compiler/
- https://stackblitz.com/edit/vitejs-vite-kyqqef?file=README.md
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.
Test live version on: https://ffasbend.github.io/sqlEditor/
- First, use select box (on top) to select an existing database.
- SELECT queries have live updates (with error messages).
- INSERT, UPDATE and DELETE queries must be executed with the button RUN SQL.
- The left side bar shows info about all tables.
- The right side bar shows all tables and records.
- The Menu button (top left) shows info about all tables.
- The Output tab shows the output from the current query.
- The Available Tables tab shows all tables and records.
- Idem to touchpad, but limited usability.