build(sqlx): adding the sqlx cache

This commit is contained in:
Raphael 2026-02-20 13:33:51 +01:00
parent e712275a64
commit fbb2a00aa6
No known key found for this signature in database
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"
}