Skip to content

Document skipSqliteInitAndShutdown for offline storage#1432

Open
bmehta001 wants to merge 2 commits intomicrosoft:mainfrom
bmehta001:bhamehta/636-document-skip-sqlite-init
Open

Document skipSqliteInitAndShutdown for offline storage#1432
bmehta001 wants to merge 2 commits intomicrosoft:mainfrom
bmehta001:bhamehta/636-document-skip-sqlite-init

Conversation

@bmehta001
Copy link
Copy Markdown
Contributor

Fixes #636

Document skipSqliteInitAndShutdown in the offline storage settings guide.

Changes

  • add the config entry to docs/Offline-storage-settings.md
  • explain that the SDK normally owns sqlite3_initialize() and sqlite3_shutdown() for offline storage
  • explain when applications should set the option to "true" and which lifecycle responsibilities move to the host

Explain when skipSqliteInitAndShutdown should be enabled so apps that own SQLite globally know the SDK will stop calling sqlite3_initialize()/sqlite3_shutdown() for them.

Files changed:
- docs/Offline-storage-settings.md

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@bmehta001 bmehta001 requested a review from a team as a code owner May 2, 2026 05:56
@bmehta001 bmehta001 self-assigned this May 3, 2026
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.

Document config["skipSqliteInitAndShutdown"] parameter

1 participant