Add sqlx queries for offline build

This commit is contained in:
traxys 2023-10-10 20:42:12 +02:00
parent b1df749b24
commit 54feff4cc6
21 changed files with 381 additions and 0 deletions

View file

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