Hacker News new | ask | show | jobs
by feep 1636 days ago
Pretty slick.

It extends the post[0] from a year-ish ago with read-only sqlite on a static server with a tiny backend that allows writes.

I am going to have to take a closer look at some point:

https://github.com/ansiwave/wavecore/search?q=sqlite

[0] https://phiresky.github.io/blog/2021/hosting-sqlite-database...

1 comments

My nim implementation of phiresky's technique is here: https://github.com/ansiwave/wavecore/blob/master/src/wavecor...