Skip to content
New issue

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

writefile function with fileio #119

Open
roblabla opened this issue Sep 19, 2021 · 0 comments
Open

writefile function with fileio #119

roblabla opened this issue Sep 19, 2021 · 0 comments

Comments

@roblabla
Copy link

The official sqlite CLI is compiled with the fileio extension, allowing functions like writefile to be used, e.g.:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant