(feat) transactions

This commit is contained in:
Rorik Star Platinum 2025-11-07 19:08:13 +03:00
parent 35adb141ab
commit 779ae4d498
8 changed files with 214 additions and 5 deletions

View file

@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "DELETE FROM user_consents WHERE consent_id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text"
]
},
"nullable": []
},
"hash": "2aeca288c85e977c8515a4231fddc9944bac2071c8ffa37973f1d4bd723f224e"
}