{ "db_name": "SQLite", "query": "\n select\n id as \"message: Id\"\n from message\n where sent_at < $1\n ", "describe": { "columns": [ { "name": "message: Id", "ordinal": 0, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ false ] }, "hash": "f3a338b9e4a65856decd79ad2d2dec42949522f182a61bfb249f13ee78564179" }