add sqlx
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 21m51s

This commit is contained in:
Nicholas Orlowsky 2025-09-12 20:17:57 -04:00
parent deaaa3fad3
commit c089f62164
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
6 changed files with 589 additions and 7 deletions

View 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"
}