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,14 @@
{
"db_name": "PostgreSQL",
"query": "DELETE FROM table_definitions WHERE table_name = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text"
]
},
"nullable": []
},
"hash": "e84fe5ed6bef4b2f6a4919f393f076ad88c26360487aa5f8be32c8fb396f62cc"
}