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,23 @@
{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM table_definitions WHERE id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "e4b81febb08514f00b88eb91207eb6de6b326b8b5077ad2b6c493bf4e8fb1290"
}