experiment some thing spicy

This commit is contained in:
Kenta420 2023-12-01 11:14:25 +07:00
parent ce28a757b1
commit 3411ae333d
18 changed files with 211 additions and 10 deletions

View file

@ -6,5 +6,16 @@
{
"path": "./server"
}
]
],
"settings": {
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"name": "Taobin Recipe Manager (Server)",
"database": "${workspaceFolder:server}/data/database.db"
}
],
"sqltools.useNodeRuntime": true
}
}