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
15
.sqlx/query-f57ddaf6b53558c9e0b384d26db86b6cb8ce13504cd956aab620edfc3d97994c.json
generated
Normal file
15
.sqlx/query-f57ddaf6b53558c9e0b384d26db86b6cb8ce13504cd956aab620edfc3d97994c.json
generated
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "UPDATE users set is_owner = $1 WHERE user_id = $2",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Bool",
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "f57ddaf6b53558c9e0b384d26db86b6cb8ce13504cd956aab620edfc3d97994c"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue