A purely in browser SQL editor and runner for education purposes, and to be able to quickly upload csvs for querying with SQL: https://editor-omega.vercel.app
Very rough currently, but press the "Chinook" button to get a demo sqlite database loaded in for usage. Or, upload a .csv and reload the page (bugs!). All data is stored in indexdb, nothing leaves the browser. cmd + enter to run the sql.
Tech note:
Uses WASM sqlite + Monaco (vscode) engine. This may eventually become a electon app instead to allow other DB drivers + better sql auto completion.
Very rough currently, but press the "Chinook" button to get a demo sqlite database loaded in for usage. Or, upload a .csv and reload the page (bugs!). All data is stored in indexdb, nothing leaves the browser. cmd + enter to run the sql.
Tech note: Uses WASM sqlite + Monaco (vscode) engine. This may eventually become a electon app instead to allow other DB drivers + better sql auto completion.