V0.2.5 #9
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/librius!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.2.5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[0.2.5] - Unreleased
Added
Backup command (
librius backup).sqlitebackups in thebackups/directory--compressflag for compressed backups.zipformat on Windows.tar.gzformat on macOS and LinuxExport command (
librius export)--csv(default): plain text export with semicolon delimiter--json: structured JSON array output--xlsx: formatted Excel file using umya-spreadsheetdirscrate for cross-platform export path handlingImport command (
librius import)--csv(default): semicolon-delimited CSV--json: JSON array of objectsserdeand sharedBookRecordstructisbnINSERT OR IGNOREfor idempotent imports (no duplication)Database
PATCH_004_ISBN_INDEX:books.isbnto prevent duplicatesTechnical
csv = "1.3"for CSV import with serdeinsert_book_record()helper