Skip to content

writefile function with fileio #119

@roblabla

Description

@roblabla

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions