Expand description
JSON Export functionality
Exports the complete database to JSON format with schema versioning.
Structs§
- Export
Metadata - Export metadata for reference
- Export
Restore Result - Result of restoring from an export file
- Full
Export - Full database export structure
Constants§
- EXPORT_
SCHEMA_ VERSION - Current export schema version
Functions§
- export_
full_ json - Export the full database to JSON
- import_
from_ json - Import from a JSON export (for verification/restore)
- restore_
from_ export - Restore data from a FullExport to storage