Download Latest Version @tanstack_solid-db@0.2.22 source code.tar.gz (3.5 MB)
Email in envelope

Get an email when there's a new version of TanStack DB

Home / @tanstack_tauri-db-sqlite-persistence@0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
@tanstack_tauri-db-sqlite-persistence@0.2.0 source code.tar.gz 2026-06-05 3.5 MB
@tanstack_tauri-db-sqlite-persistence@0.2.0 source code.zip 2026-06-05 4.4 MB
README.md 2026-06-05 1.1 kB
Totals: 3 Items   7.9 MB 0

Minor Changes

  • SQLite persistence wrappers now prune the applied_tx replay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter apply appliedTxPruneMaxRows: 1_000 and appliedTxPruneMaxAgeSeconds: 86_400 (24h). Both remain overridable, and passing 0 disables that limit. The defaults are exported as DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS and DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS from the shared SQLite core package and re-exported by wrapper packages. (#1572)

    The shared SQLite core adapter now treats applied_tx as a bounded replay cache during pullSince recovery. If a recovery request starts before the retained replay window, pullSince returns requiresFullReload: true instead of returning partial deltas.

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/db-sqlite-persistence-core@0.2.0
Source: README.md, updated 2026-06-05