artlu99 / artlu-xyz-blog-comments

blog comments powered by utteranc.es
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

posts/sqlite-for-web/ #10

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

Exploring some new tech that can live forever - artlu99's personal website

SQLite for web apps

https://artlu.xyz/posts/sqlite-for-web/

artlu99 commented 1 month ago

The creator of Evolu built upon CRDT and SQLite code developed by James Long (creator of prettier).

I discovered his FOSS project Actual Budget, which is a fully-functioning, mature app and ecosystem with local-first sqlite (stored in local IndexedDb, i.e., "It basically stores a whole database into another database. Which is absurd.")

Not as modern as OPFS, but infinitely more tested in real-world use cases!