Skip to content

Add independent feature flags for sqlite-wasm-vfs implementations - #183

Merged
Spxg merged 1 commit into
Spxg:masterfrom
benbrandt:feat/vfs-implementation-features
Sep 15, 2026
Merged

Spxg merged 1 commit into
Spxg:masterfrom
benbrandt:feat/vfs-implementation-features

Conversation

@benbrandt

@benbrandt benbrandt commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Allow consumers of sqlite-wasm-vfs to select only the VFS implementation they need instead of compiling both and their implementation-specific dependencies.

Added independent sahpool and relaxed-idb features, both enabled by default to preserve existing behavior.

For example, consumers can select only the OPFS SAH pool:

sqlite-wasm-vfs = { version = "0.2", default-features = false, features = ["sahpool"] }

@Spxg Spxg left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks!

@Spxg
Spxg merged commit c8dc0f8 into Spxg:master Sep 15, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants