We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to the insert-files work in #122 - it should be easy to get binary data back out of the database again.
insert-files
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.
--raw
The text was updated successfully, but these errors were encountered:
--raw option, refs #123
bc84099
Release 2.12
3f6a10b
Refs #122, #123, #124, #125, #126
No branches or pull requests
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:
The
--raw
option would cause just the contents of the first column to be output directly to stdout.The text was updated successfully, but these errors were encountered: