{ "db_name": "PostgreSQL", "query": "SELECT id AS \"id: UserSessionId\", user_id AS \"user_id: UserId\",\n created_at AS \"created_at: chrono::DateTime\",\n last_active_at AS \"last_active_at: chrono::DateTime\",\n user_agent, ip_address\n FROM user_sessions\n WHERE user_id = $1\n ORDER BY last_active_at DESC\n LIMIT 100", "describe": { "columns": [ { "ordinal": 0, "name": "id: UserSessionId", "type_info": "Uuid" }, { "ordinal": 1, "name": "user_id: UserId", "type_info": "Uuid" }, { "ordinal": 2, "name": "created_at: chrono::DateTime", "type_info": "Timestamptz" }, { "ordinal": 3, "name": "last_active_at: chrono::DateTime", "type_info": "Timestamptz" }, { "ordinal": 4, "name": "user_agent", "type_info": "Text" }, { "ordinal": 5, "name": "ip_address", "type_info": "Text" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, false, false, false, true, true ] }, "hash": "fcafd68e251894069ce22ce0a034df5ee4fab7b296ba1da37fd90ded966c6de7" }