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.
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.
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
This project is licensed under Apache License, Version 2.0.