{ "db_name": "SQLite", "query": "SELECT\n id,\n name\n FROM trips_types\n WHERE user_id = ?", "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Text" }, { "name": "name", "ordinal": 1, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ false, false ] }, "hash": "b36287d1b8c7905fb5fe6f8e9c73ca6f63b79252471ce4621d8692771e6fd3cc" }