{ "db_name": "PostgreSQL", "query": "\n INSERT INTO af_user (uuid, email, name)\n VALUES ($1, $2, $3)\n ON CONFLICT (email) DO NOTHING;\n ", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Text", "Text" ] }, "nullable": [] }, "hash": "171f55ffb42bc6ae115ebf29f4cee7419690d3b13f1e27b93f03c399dd2838e6" }