{ "db_name": "PostgreSQL", "query": "\n INSERT INTO subscriptions (id, email, subscribed_at, status)\n VALUES ($1, $2, $3, 'pending_confirmation')\n ", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Text", "Timestamptz" ] }, "nullable": [] }, "hash": "61eb9d8067d08c12b6f703d3100cda08bd84a53e54a49bf072758a59a375dc14" }