lana-k / sqliteviz

Instant offline SQL-powered data visualisation in your browser
https://sqliteviz.com
Apache License 2.0
2.16k stars 118 forks source link

Build sqlitelua for scalar, aggregate & table-valued UDFs in Lua #118

Closed saaj closed 2 months ago

saaj commented 2 months ago

sqlitelua addresses #117 perfectly with Lua.

Build size grows ~20% (852414 → 1021393). The growth is justifiable. This change brings no change performance-wise: result-analysis.pdf.

Closes #117.