add sqlx
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 21m51s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 21m51s
This commit is contained in:
parent
deaaa3fad3
commit
c089f62164
6 changed files with 589 additions and 7 deletions
22
api/.sqlx/query-38834003c6567c299a8ed6b9df0ab1854ee31cb1061e641f7653ee5149deb938.json
generated
Normal file
22
api/.sqlx/query-38834003c6567c299a8ed6b9df0ab1854ee31cb1061e641f7653ee5149deb938.json
generated
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue