forked from AxTps/Starlight_Lancher
feat:移除了弹窗,服务器添加sls
This commit is contained in:
26
packages/app-lib/.sqlx/query-4f77cf56fe22238aab41807ff8bce90b723db3f93d7f94c257275407294f25cc.json
generated
Normal file
26
packages/app-lib/.sqlx/query-4f77cf56fe22238aab41807ff8bce90b723db3f93d7f94c257275407294f25cc.json
generated
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n SELECT id, name\n FROM instances\n WHERE id = ?\n ",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "id",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "name",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "4f77cf56fe22238aab41807ff8bce90b723db3f93d7f94c257275407294f25cc"
|
||||
}
|
||||
Reference in New Issue
Block a user