Skip to content

How to use Appender for Structs? #487

@egorsmkv

Description

@egorsmkv

I have following table:

 CREATE TABLE files (
            id INTEGER PRIMARY KEY DEFAULT NEXTVAL('seq'),
            duration INTEGER,
            audio STRUCT(path VARCHAR, bytes BLOB)
        );

how can I use Appender for the struct field?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions