{ "db_name": "SQLite", "query": "SELECT id, title, text FROM posts WHERE id = ?", "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Integer" }, { "name": "title", "ordinal": 1, "type_info": "Text" }, { "name": "text", "ordinal": 2, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ false, false, false ] }, "hash": "11e3096becb72f427c8d3911ef4327afd9516143806981e11f8e34d069c14472" }