Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.22 KB

File metadata and controls

37 lines (22 loc) · 1.22 KB

sqlEditor

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:

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.

Test live version on: https://ffasbend.github.io/sqlEditor/

Howto

General notes

  • 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.

On PC (wide window)

  • The left side bar shows info about all tables.
  • The right side bar shows all tables and records.

On iPad or Touchpad (smaller screen)

  • 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.

On Mobile (very small screen)

  • Idem to touchpad, but limited usability.