{ "db_name": "SQLite", "query": "SELECT * FROM 'service_token' WHERE key = $1 AND (expiry IS NULL OR expiry > $2) LIMIT 1", "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Text" }, { "name": "key", "ordinal": 1, "type_info": "Text" }, { "name": "expiry", "ordinal": 2, "type_info": "Integer" }, { "name": "parent_id", "ordinal": 3, "type_info": "Text" }, { "name": "identity_id", "ordinal": 4, "type_info": "Text" } ], "parameters": { "Right": 2 }, "nullable": [ false, false, true, true, true ] }, "hash": "2cbe2fbcd5d8fb6d489f9e3cc7e04182f226964ea9d84219abbe6958dcccfefe" }