Skip to content

Simple webapp to execute queries on an in-memory sqlite database.

Notifications You must be signed in to change notification settings

siemenvdn/query-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query Executor

DEMO

This project contains a simple GUI to perform queries on a pre-seeded database. It uses the SQL.js package to spin up an in-memory SQLite database, which means that it will reset to it's default content when u reload the page.

You can use the manipulate.js folder to access and manipulate the received data. The JSON checkbox should be checked for this to take effect.

ERD

ERD Scheme

About

Simple webapp to execute queries on an in-memory sqlite database.

Resources

Stars

Watchers

Forks