Manage your local IndexedDB ledger. Download a full JSON backup before bulk imports or major resets, restore from a previous backup, or clear individual stores. All data stays on this device — regular backups protect against browser data loss.
Database
ltcg-harvest
Schema version 1 · IndexedDB
Total records
…
Across 10 stores
Storage location
This browser only
Clearing site data or switching browsers wipes it. Backup regularly.
Backup & restore
Export a full JSON snapshot of every store or restore from a previous backup. Restoring replaces all current data.
Stores
Row counts per object store. Clearing a single store is destructive and can leave derived data inconsistent — prefer “Reset all data” unless you know what you’re doing.
| Store | Key | Rows | Action |
|---|---|---|---|
| Trades | trades | … | |
| Holdings snapshots | holding_snapshots | … | |
| Holdings snapshot rows | holding_snapshot_rows | … | |
| FIFO lots (derived) | lots | … | |
| Realised gains (derived) | realised_gains | … | |
| Corporate actions | corporate_actions | … | |
| Symbol aliases | symbol_aliases | … | |
| Source files (import history) | source_files | … | |
| Tax rules | tax_rules | … | |
| App settings | settings | … |
Danger zone
Wipes every store — trades, holdings, lots, realised gains, corporate actions, tax rules and settings. Consider downloading a backup first.
Reminder: this application stores all data locally in your browser via IndexedDB. Nothing is uploaded to any server. Keep periodic JSON backups to guard against browser data loss.