{ "db_name": "SQLite", "query": "\n\t\t\t\tselect\n\t\t\t\t\tid as \"id: Id\",\n\t\t\t\t\tissuer as \"issuer: login::Id\",\n\t\t\t\t\tissued_at as \"issued_at: DateTime\"\n\t\t\t\tfrom invite\n\t\t\t\twhere id = $1\n\t\t\t", "describe": { "columns": [ { "name": "id: Id", "ordinal": 0, "type_info": "Text" }, { "name": "issuer: login::Id", "ordinal": 1, "type_info": "Text" }, { "name": "issued_at: DateTime", "ordinal": 2, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ false, false, false ] }, "hash": "ec1bfce459faaf3d4adbed040105e9e7fa30a6aac5580036d052a1270e13a311" }