prepare sqlx

This commit is contained in:
Andrea Toska 2025-05-15 22:30:05 +02:00
commit 282384116c
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2
5 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE users SET mii_data = $1 WHERE pid = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Int4"
]
},
"nullable": []
},
"hash": "b08800e65b5b8a788e5a5d2f2036bce05bcd8c74c0b5077d786e35ee290447a2"
}