Prepare sqlx queries and add content dir

This commit is contained in:
2023-10-19 23:12:31 -04:00
parent 1305cf490a
commit f8a717d92f
45 changed files with 3063 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "update feed set deleted_at = now() where feed_id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": []
},
"hash": "90e98a593dc2ba0a0634bebd3a5b8ca105704203a11012ec8c2bbcdcfbd34703"
}