septastic/api/.sqlx/query-4c9b19351cb8e0f6d0b3a45b699f10857eb34c6a023ed2f17f1d2702348b006d.json
Nicholas Orlowsky c089f62164
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 21m51s
add sqlx
2025-09-12 20:17:57 -04:00

59 lines
1.4 KiB
JSON

{
"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 WHERE \n id = $1\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": [
"Text"
]
},
"nullable": [
false,
false,
false,
false,
false
]
},
"hash": "4c9b19351cb8e0f6d0b3a45b699f10857eb34c6a023ed2f17f1d2702348b006d"
}