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,15 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE table_definitions SET columns = $1 WHERE id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Jsonb",
"Int8"
]
},
"nullable": []
},
"hash": "52922d745cf218b098b39edee4b0a6a07b54b5e8e167c21f15cbba1590fc5b6d"
}