You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make able run app in browser, we need in-memory DB implemented on javascript.
DB must be in-memory, because we can't keep unencrypted data on disk or any persistent storage like indexedDB. Any persistent storage may potentially preserve secret data forever.
DB must be implemented on javascipt (and written on typescript ideally), because WASM implementations are non stable according to issues on their repositories. The most common problem is memory crash.
Preliminary verdict is PGlite have some community, contributors looks adequate, issues lives until they will be solved, but not just because somebody want to minimize a number, project have documentation. In total, PGlite looks like good solution.
To make able run app in browser, we need in-memory DB implemented on javascript.
DB must be in-memory, because we can't keep unencrypted data on disk or any persistent storage like indexedDB. Any persistent storage may potentially preserve secret data forever.
DB must be implemented on javascipt (and written on typescript ideally), because WASM implementations are non stable according to issues on their repositories. The most common problem is memory crash.
Candidates
Too young projects. Just to follow on progress
The text was updated successfully, but these errors were encountered: