This commit is contained in:
Philipp Jacoby
2026-01-10 16:18:54 +01:00
commit 2384a33be2
25 changed files with 2338904 additions and 0 deletions

15
.vscode/settings.json vendored Normal file
View File

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