feat(sqlx): adding the cache sqlx

This commit is contained in:
Raphael 2026-02-17 01:55:49 +01:00 committed by Raphaël
parent dbfc5cbf62
commit 281f69115e
5 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO bots (id) VALUES ($1) ON CONFLICT DO NOTHING",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": []
},
"hash": "36336bfa8eb9820fa1053f3c71b328dc95a26f72cfbd8c54b1154afe90c882f9"
}