sqlx prepare3

This commit is contained in:
Priec
2026-08-19 14:53:01 +02:00
parent e3578f5413
commit ec39e11df1
34 changed files with 1235 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"db_name": "PostgreSQL",
"query": "SELECT table_name FROM table_definitions WHERE id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "table_name",
"type_info": "Text",
"origin": {
"Table": {
"table": "table_definitions",
"name": "table_name"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "e6ef405614c7499ee6e25cdc3811cc0e90bc7592ce7dc35673039b5978ffbb6b"
}