feat: sqlx offline mode
This commit is contained in:
parent
83c31d679d
commit
4f6c7422f5
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "INSERT INTO records (cache_name, max_downloads)\nVALUES (?, ?);\n",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 2
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "dcad7587b9bd5d84025db4e22c90d2ba0210edeaff5235a877e92235384f2c57"
|
||||
}
|
Loading…
Reference in a new issue