hexrcs / XSP

Xiaoru's SQL Playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XSP - Xiaoru's SQL Playground


XSP is a light and fast SQL playground for your browser. It uses the amazing AlaSQL under the hood and supports all common SQL keywords like JOIN, VIEW and GROUP BY. See AlaSQL Wiki for a complete list.

How to Use

Visit XSP here!

Just write your queries inside the editor box then click Execute!

There's also a predefined Chinook sample database for you to play with.

Why?

I am writing an SQL tutorial and can't find a good online SQL playground. Most "playground" sites have an SQL server running in the background, and some major browsers (FireFox) don't support the deprecated Web SQL Database standard. So I built this app that works completely on the client-side. :D

License

This project is licensed under Apache License, Version 2.0.

About

Xiaoru's SQL Playground

License:Apache License 2.0


Languages

Language:TypeScript 97.6%Language:HTML 2.4%