Skip to content

ffasbend/sqlEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SQL online edito for 1GCG

Resources

Stars

Watchers

Forks

Packages

No packages published