Module writer

Module writer 

Source

Functionsยง

create_jsonb_table
Create a table with JSONB schema for storing non-PostgreSQL data
drop_jsonb_table
Drop a JSONB table if it exists.
insert_jsonb_batch
Insert multiple JSONB rows with adaptive batching
insert_jsonb_row
Insert a single JSONB row with metadata
truncate_jsonb_table
Truncate a JSONB table to remove all existing data