feat(sqlx): adding the cache sqlx
This commit is contained in:
parent
dbfc5cbf62
commit
281f69115e
5 changed files with 143 additions and 0 deletions
14
.sqlx/query-36336bfa8eb9820fa1053f3c71b328dc95a26f72cfbd8c54b1154afe90c882f9.json
generated
Normal file
14
.sqlx/query-36336bfa8eb9820fa1053f3c71b328dc95a26f72cfbd8c54b1154afe90c882f9.json
generated
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue