sqlx prepare ready

This commit is contained in:
filipriec
2025-03-05 20:01:04 +01:00
parent 8d7335a46e
commit 144b23e532
10 changed files with 227 additions and 0 deletions

View File

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