This commit is contained in:
Philipp Jacoby
2026-01-10 16:24:02 +01:00
parent 26bf9b3d9a
commit d744904523

15
.vscode/settings.json vendored
View File

@@ -1,15 +0,0 @@
{
"sqltools.connections": [
{
"ssh": "Disabled",
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"askForPassword": true,
"driver": "PostgreSQL",
"database": "phjacoby",
"username": "phjacoby",
"name": "python_etl"
}
]
}