1
0
Fork 0
ncpn/.sqlx/query-e83004dd947b684af5ea9319fe136910e75d96a24800fd884c6cb3c1b6a03a89.json

29 lines
517 B
JSON
Raw Normal View History

2024-01-30 19:27:14 +01:00
{
"db_name": "PostgreSQL",
"query": "SELECT id, destination FROM link WHERE slug = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "destination",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
false,
false
]
},
"hash": "e83004dd947b684af5ea9319fe136910e75d96a24800fd884c6cb3c1b6a03a89"
}