{ "db_name": "PostgreSQL", "query": "INSERT INTO memberships (user_id, community_id, role)\n VALUES ($1, $2, $3)\n ON CONFLICT (user_id, community_id) DO NOTHING", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid", "Text" ] }, "nullable": [] }, "hash": "189c6a75a198bd05e3e523d4d15631750308a613f03e000d7f63b482014551eb" }