sqlx prepare

This commit is contained in:
filipriec
2025-03-02 08:01:47 +01:00
parent 436b3fd5ea
commit 50cc33cd3e
7 changed files with 121 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO table_definitions\n (profile_id, table_name, columns, indexes, linked_table_id)\n VALUES ($1, $2, $3, $4, $5)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Text",
"Jsonb",
"Jsonb",
"Int8"
]
},
"nullable": []
},
"hash": "3adac56bb53ad25d03352a6e75cab29f8a1b4620e528a16831b7a61135ccb746"
}