Description
Is your feature request related to a problem? Please describe.
Nope, but it'd be sweet! I'd definitely be able to make use of this on my running dashboard, but "I want to do more wacky hacks" probably doesn't count as a problem :)
Describe the solution you'd like
We should add sql as a supported language! You'd be able to run sql queries on an in-memory database in the browser and view their output
Describe alternatives you've considered
Use sql.js directly: https://github.com/sql-js/sql.js/
Or see if this still works: https://pypi.org/project/pandasql/ - since we already have Python + Pandas
Additional context
I came across this awesome project: https://github.com/nalgeon/sqlime / http://sqlime.org
It uses sql.js which turns out to be sqlite -> WASM!
We probably don't want to implement things from sqlime like connecting to a live DB in the core library, but the simple case of database in browser memory + run queries on it + display results would be a nice addition.
Activity