|
|
|
|
|
by fmajid
1222 days ago
|
|
All this to rebuild the wonderful WebSQL that Microsoft and Mozilla conspired to kill and replace with the grossly inferior IndexedDB (just see what grotesque contortions are required to do something as simple as SELECT COUNT(*) FROM some_table; to see what I mean). |
|
The correct abstraction is WASM and the now no longer missing piece, the OPFS, which allows you to build any ACID compliment database engines you want.
Take for example DuckDB, without WASM and the OPFS that wouldn't be possible. We are going to see an explosion in "local first" development as a result of these new primaries build on top of many different database engines.