-
-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Related to the insert-files work in #122 - it should be easy to get binary data back out of the database again.
One way to do that could be:
sqlite-utils files.db "select content from files where key = 'foo.jpg'" --raw
The --raw option would cause just the contents of the first column to be output directly to stdout.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request