Bank.notes

Admin

Sync, exports, backup, restore — everything that touches the database lives here.

Exports

Approved 15 · Needs review 386

CSV + JSON

Tabular dump of the catalogue. Files are written to exports/catalogue.csv and exports/catalogue.json.

Album PDF

A printable book — one page per specimen with hero image, identification, provenance and historical notes. Output: exports/album.pdf.

Status

19.04 MB · 729 specimens · 1456 images

Backup downloads the live SQLite file. Restore replaces it with an uploaded one — the current DB is preserved as a .bak file alongside.

Download backup

A WAL-checkpointed snapshot of data/banknotes.sqlite. Image files (originals + thumbs + cropped) live separately on disk and are not included — keep raw/ and processed/ safe on your own.

Download .sqlite

Restore from backup

Upload a .sqlite file to replace the current database. The file is integrity-checked first; the current DB is preserved as a timestamped .bak if validation passes.

The app may briefly stutter while the swap happens.