Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
/ LearnSQL Public archive

A browser-side database system for learning SQL.

License

Notifications You must be signed in to change notification settings

itisrazza/LearnSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnSQL

LearnSQL is a website made for you to experiment and learn about SQL databases by trying out various commands. It's based on the widely used SQLite database system which is used a wide variety of applications.

At the moment, it's just a simple prompt with an interface for viewing database contents. However I want to add integrated tutorials for users to step through so they can get familiar with how relational databases, and the syntax for retrieving information works.

Under the Hood

Under the hood, LearnSQL uses sql.js which is effectively SQLite compiled for WebAssembly.