{ "db_name": "SQLite", "query": "\n select\n subscription.endpoint,\n subscription.p256dh,\n subscription.auth\n from push_subscription as subscription\n join token on subscription.token = token.id\n where token.login = $1\n ", "describe": { "columns": [ { "name": "endpoint", "ordinal": 0, "type_info": "Text" }, { "name": "p256dh", "ordinal": 1, "type_info": "Text" }, { "name": "auth", "ordinal": 2, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ false, false, false ] }, "hash": "19abe80d3fffd112a8f7c1968d2884e5091ced5a739f025656fcd66e05200af3" }