{ "db_name": "SQLite", "query": "\n select\n id as \"id: Id\",\n user as \"user: user::Id\",\n endpoint,\n key_p256dh,\n key_auth\n from subscription\n where id = $1\n ", "describe": { "columns": [ { "name": "id: Id", "ordinal": 0, "type_info": "Text" }, { "name": "user: user::Id", "ordinal": 1, "type_info": "Text" }, { "name": "endpoint", "ordinal": 2, "type_info": "Text" }, { "name": "key_p256dh", "ordinal": 3, "type_info": "Text" }, { "name": "key_auth", "ordinal": 4, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ false, false, false, false, false ] }, "hash": "2262a6d3af5b470a397f3371bbd9e0da6f99ea037bc5c4cb8c468fbd977b9543" }