Skip to content

SQLite in the browser - in-memory only? #6425

Answered by jeromelaban
ChristianWeyer asked this question in Q&A
Discussion options

You must be logged in to vote

It's not using SQLite in-memory, but rather actual file system APIs (from what SQLite is concerned).

The way emscripten abstracts the filesystem is a bit different though, where the FS entries are loaded in memory an persisted regularly to an Indexed DB. This is likely to change in the future, once proper filesystem access is provided to WebAssembly modules.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ChristianWeyer
Comment options

@ChristianWeyer
Comment options

Answer selected by ChristianWeyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6424 on July 08, 2021 11:54.