most of it implemented

This commit is contained in:
2021-01-20 12:30:44 +01:00
parent 271a57b588
commit 6ef7569705
8 changed files with 131 additions and 39 deletions
+9 -1
View File
@@ -1,3 +1,11 @@
{
"cSpell.enabled": false
"cSpell.enabled": false,
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"name": "database",
"database": "${workspaceFolder:RaspberryPie}/RaspberryPie/database.db"
}
]
}