|
|
|
|
|
by harryvederci
1324 days ago
|
|
> You can persist data with localStorage/IndexDB, can't you? I guess so, but given the situation that I'd already be using WASM SQLite in the client's browser, then I'd have to implement that part myself, or use something like Absurd SQL. I'd rather use the implementation made by the creator of SQLite. > There is nothing in the article about syncing. Correct, that's something I'll have to do myself. I don't see any issues there though, I'd just need to verify the user is authorised to make those changes, which in my specific use case seems pretty trivial. |
|