{ "db_name": "PostgreSQL", "query": "SELECT COUNT(*) AS \"count!\" FROM auth_email_tokens WHERE user_id = $1 AND token_type = $2 AND used_at IS NULL", "describe": { "columns": [ { "ordinal": 0, "name": "count!", "type_info": "Int8", "origin": "Expression" } ], "parameters": { "Left": [ "Int8", "Int2" ] }, "nullable": [ null ] }, "hash": "3962cc0dc0daadf9e0d4bcfa43bfd582ff115969eb689a548dabc0ce681c4b4b" }