septastic/api/.sqlx/query-38834003c6567c299a8ed6b9df0ab1854ee31cb1061e641f7653ee5149deb938.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

22 lines
405 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT name FROM septa_stops WHERE id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "name",
"type_info": "Varchar"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "38834003c6567c299a8ed6b9df0ab1854ee31cb1061e641f7653ee5149deb938"
}