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

29 lines
514 B
JSON
Raw Normal View History

{
"db_name": "PostgreSQL",
2024-06-09 18:29:07 +02:00
"query": "SELECT title, content FROM paste WHERE id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
2024-06-09 18:29:07 +02:00
"name": "title",
"type_info": "Text"
},
{
"ordinal": 1,
2024-06-09 18:29:07 +02:00
"name": "content",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
2024-04-16 22:07:00 +02:00
false
]
},
2024-06-09 18:29:07 +02:00
"hash": "b5a5561c8b6458f14c64e5df09ce6e798eb6d3f63f248a950db817600f272715"
}