Add sqlx queries

This commit is contained in:
2024-12-24 19:50:55 +01:00
parent 1bb21db73d
commit f4296d74ab
7 changed files with 251 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM cached_files\n WHERE id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": []
},
"hash": "fdf0b4d6304e2bead0c9c3707edbfe6d78fede31b1b5892e68138aa5a2271101"
}