An open API service indexing awesome lists of open source software.

https://github.com/zv3/simple-sql-viewer

An app for exploring SQL databases from a browser.
https://github.com/zv3/simple-sql-viewer

datasette pinia sql vite vue3 vuejs

Last synced: about 1 month ago
JSON representation

An app for exploring SQL databases from a browser.

Awesome Lists containing this project

README

          

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/zv3/simple-sql-viewer)
# Simple SQL Viewer

## Overview

The aim of this project is to build a web app to run and visualize SQL queries from a browser. It currently supports exploring [datasette.io](https://github.com/simonw/datasette) databases such as this [global power plants](https://global-power-plants.datasettes.com/global-power-plants/global-power-plants) database.

[DEMO](https://vue3-sql-viewer.netlify.com)

![image](https://user-images.githubusercontent.com/511910/191118008-1693bf82-d636-437e-8232-e775d3f0cfa6.png)

## Technology stack

- Vue3
- Vite
- TypeScript
- TailwindCSS + Flowbite
- Pinia
- Monaco Editor