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