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
The official sqlite CLI is compiled with the fileio extension, allowing functions like writefile to be used, e.g.:
writefile
SELECT writefile('object0.gz', MyBlob) FROM MyTable WHERE id = 1
Unfortunately, litecli appears to be missing this extension: When I run the above query, I get the following error: no such function: writefile.
no such function: writefile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The official sqlite CLI is compiled with the fileio extension, allowing functions like
writefile
to be used, e.g.:Unfortunately, litecli appears to be missing this extension: When I run the above query, I get the following error:
no such function: writefile
.The text was updated successfully, but these errors were encountered: