live tracking and filter
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 25m44s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 25m44s
This commit is contained in:
parent
753baeb95f
commit
53f316b59f
1 changed files with 57 additions and 0 deletions
57
api/.sqlx/query-21351353e272aab61536671b27dc3acf47498822358f6d2b00a1fa2267fd5115.json
generated
Normal file
57
api/.sqlx/query-21351353e272aab61536671b27dc3acf47498822358f6d2b00a1fa2267fd5115.json
generated
Normal file
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue