cargo sqlx prepare

This commit is contained in:
2025-01-29 14:08:54 -08:00
parent 12c8e0e33b
commit 92bf45bd15
5 changed files with 73 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE post SET search_summary = $1 WHERE id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Int4"
]
},
"nullable": []
},
"hash": "ef8327f039dbfa8f4e59b7a77a6411252a346bf51cf940024a17d9fbb2df173c"
}