Hacker News new | ask | show | jobs
by kiney 171 days ago
if performance becomes a problem statically hosting sqlite DBs with client side queries and http range requests is an interesting approach:

https://github.com/phiresky/sql.js-httpvfs

1 comments

Thanks, that's very interesting.