sqlx prepare

This commit is contained in:
Priec
2026-08-14 14:10:15 +02:00
parent 0bca319a50
commit 6725444c18
22 changed files with 959 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "DELETE FROM table_validation_rules WHERE table_def_id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "c00efe465462eed1a14ea3a3fd2ccf8535b6fc7f6eaab16196dc29940b351314"
}