rust-secure-axum-rest/.sqlx/query-4643a886e01f7111e63d0136dc63882c7186de86d3a30ca3d00b280c5cdc0ed2.json
2025-05-15 18:27:51 +02:00

40 lines
729 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id, user_id, title, body FROM posts WHERE id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int4"
},
{
"ordinal": 1,
"name": "user_id",
"type_info": "Int4"
},
{
"ordinal": 2,
"name": "title",
"type_info": "Text"
},
{
"ordinal": 3,
"name": "body",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": [
false,
true,
false,
false
]
},
"hash": "4643a886e01f7111e63d0136dc63882c7186de86d3a30ca3d00b280c5cdc0ed2"
}