{ "db_name": "PostgreSQL", "query": "INSERT INTO idempotency_keys (key, user_id, method, path, status_code, response_body)\n VALUES ($1, $2, $3, $4, $5, $6)\n ON CONFLICT (key, user_id, method, path) DO NOTHING", "describe": { "columns": [], "parameters": { "Left": [ "Text", "Uuid", "Text", "Text", "Int2", "Text" ] }, "nullable": [] }, "hash": "615ef0e996461da6943ed45802bc1a98c0b7b8ccc1f7cfe50566e44f620928eb" }