{ "db_name": "SQLite", "query": "SELECT id as \"id!: Uuid\",\n name,\n dev_script,\n remote_project_id as \"remote_project_id: Uuid\",\n created_at as \"created_at!: DateTime\",\n updated_at as \"updated_at!: DateTime\"\n FROM projects\n WHERE remote_project_id = $1\n LIMIT 1", "describe": { "columns": [ { "name": "id!: Uuid", "ordinal": 0, "type_info": "Blob" }, { "name": "name", "ordinal": 1, "type_info": "Text" }, { "name": "dev_script", "ordinal": 2, "type_info": "Text" }, { "name": "remote_project_id: Uuid", "ordinal": 3, "type_info": "Blob" }, { "name": "created_at!: DateTime", "ordinal": 4, "type_info": "Text" }, { "name": "updated_at!: DateTime", "ordinal": 5, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ true, false, true, true, false, false ] }, "hash": "4e7ef1b4c55cd0651e3c1f0535dbc29ad857c3fc7ec80d0ce5cb9bf097ea6490" }