Status Update
Comments
ev...@gmail.com <ev...@gmail.com> #2
pa...@gmail.com <pa...@gmail.com> #3
Something i would like to see! Im planning to create a desktop app and i would like to have a web version of this app!! Serious blocker
pa...@gmail.com <pa...@gmail.com> #4
WasmJs is already supported! Btw, will room be built on top of IndexedDb or localstorage? Cause ive seen theres storage limit in localstorage at least.
da...@google.com <da...@google.com> #5
We aim to have Room use the SQLite WASM project and not IndexedDB which will allow you to store the database in the Origin-Private FileSystem (OPFS) or in Local Storage and Session Storage depending on what your web app needs are.
pa...@gmail.com <pa...@gmail.com> #6
is there any eta for this or update? Thanks!
da...@google.com <da...@google.com> #7
Hi - We have some prototypes of this but due to some complications we probably going to punt JS / WASM for an after 2.7.0 release. i.e. we are trying to focus on releasing stable Room KMP for other non-Web platforms and then tackle web after.
Description
Add JS target to androidx's Room and SQLite