------- book cover ------- Database System Concepts
Seventh Edition
Avi Silberschatz
Henry F. Korth
S. Sudarshan


line separator

Using sql.js: SQLite running entirely in your browser

This page shows you how to run SQL queries right in your browser. using sql.js, which is basically SQLite C code compiled into Javascript. Your data will not get saved automatically, but you can download your data and upload it again next time you need it.