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,19 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO script_dependencies\n (script_id, source_table_id, target_table_id, dependency_type, context_info,\n link_column_id)\n VALUES ($1, $2, $3, $4, $5, $6)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Int8",
"Text",
"Jsonb",
"Int8"
]
},
"nullable": []
},
"hash": "ddf445860abf268d67eeb398847b1fd57a5a0a4e3407de21b09897e0c54a564b"
}