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