Move to sqlx

This commit is contained in:
2024-12-24 22:22:05 +01:00
parent afa304e3d4
commit ff7a2deaf4
29 changed files with 1812 additions and 11015 deletions

View File

@@ -0,0 +1,23 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO chat_donate_notifications (chat_id, sended) VALUES ($1, $2)\n ON CONFLICT (chat_id) DO UPDATE SET sended = EXCLUDED.sended\n RETURNING sended",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "sended",
"type_info": "Timestamp"
}
],
"parameters": {
"Left": [
"Int8",
"Timestamp"
]
},
"nullable": [
false
]
},
"hash": "bb8185bf6377bb163d439876e8741c3eff2e982469693108e127d27cb0202172"
}