feat(sqlx): adding the cache from the database
This commit is contained in:
parent
68beb0c582
commit
e712275a64
20 changed files with 681 additions and 0 deletions
14
.sqlx/query-1d6ffd9d99f7b9a7520d30638e4275525f2ccc4312dc790a6859451811ab66b6.json
generated
Normal file
14
.sqlx/query-1d6ffd9d99f7b9a7520d30638e4275525f2ccc4312dc790a6859451811ab66b6.json
generated
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "INSERT INTO users (user_id) VALUES ($1) ON CONFLICT DO NOTHING",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "1d6ffd9d99f7b9a7520d30638e4275525f2ccc4312dc790a6859451811ab66b6"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue