Skip to content

feat: exports updated to enable loading of custom SQLite extensions#4

Merged
octavian-h merged 1 commit into
octavian-h:masterfrom
vorlovsky:feature/extensions
Jan 19, 2026
Merged

feat: exports updated to enable loading of custom SQLite extensions#4
octavian-h merged 1 commit into
octavian-h:masterfrom
vorlovsky:feature/extensions

Conversation

@vorlovsky

Copy link
Copy Markdown
Contributor

sqlite3 and SqliteExtension references are exported from the underlying package to enable loading custom native SQLite extensions in the following way:

sqlite3.ensureExtensionLoaded(
  SqliteExtension.inLibrary(someext.lib, 'sqlite3_someext_init'),
);

@octavian-h
octavian-h merged commit 6fb239e into octavian-h:master Jan 19, 2026
1 of 2 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