Skip to content

Add support JSON type cells #215

Description

@larsewi

Example SQL query to update a value:

-- Where jsonb_field was {}, it is now {"a": [{"b": 1}]}
UPDATE table_name SET jsonb_field['a'][0]['b'] = '1';

Using jsonb subscription we could store ['a'][0]['b'] as key and '1' as value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions