diff --git a/api/.sqlx/query-21351353e272aab61536671b27dc3acf47498822358f6d2b00a1fa2267fd5115.json b/api/.sqlx/query-21351353e272aab61536671b27dc3acf47498822358f6d2b00a1fa2267fd5115.json new file mode 100644 index 0000000..15ed165 --- /dev/null +++ b/api/.sqlx/query-21351353e272aab61536671b27dc3acf47498822358f6d2b00a1fa2267fd5115.json @@ -0,0 +1,57 @@ +{ + "db_name": "PostgreSQL", + "query": "SELECT \n id, \n name, \n short_name, \n color_hex, \n route_type as \"route_type: libseptastic::route::RouteType\"\n FROM \n septa_routes\n ;", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "id", + "type_info": "Varchar" + }, + { + "ordinal": 1, + "name": "name", + "type_info": "Varchar" + }, + { + "ordinal": 2, + "name": "short_name", + "type_info": "Varchar" + }, + { + "ordinal": 3, + "name": "color_hex", + "type_info": "Varchar" + }, + { + "ordinal": 4, + "name": "route_type: libseptastic::route::RouteType", + "type_info": { + "Custom": { + "name": "septa_route_type", + "kind": { + "Enum": [ + "trolley", + "subway_elevated", + "regional_rail", + "bus", + "trackless_trolley" + ] + } + } + } + } + ], + "parameters": { + "Left": [] + }, + "nullable": [ + false, + false, + false, + false, + false + ] + }, + "hash": "21351353e272aab61536671b27dc3acf47498822358f6d2b00a1fa2267fd5115" +}