Skip to main content
CREATE ROLE IF NOT EXISTS insertonly_role;

GRANT INSERT ON default.* TO insertonly_role;