This commit is contained in:
PhatPhuckDave
2024-07-22 19:50:03 +02:00
parent a9979def99
commit 0539fa6621
12 changed files with 1068 additions and 1076 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
node_modules node_modules
out out
.idea
.vscode

10
.vscode/settings.json vendored
View File

@@ -1,10 +0,0 @@
{
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"name": "1",
"database": "E:\\tmp\\output.db"
}
]
}