begining of usql command line tool

This commit is contained in:
2021-08-04 23:09:45 +02:00
parent 50a7993a2e
commit 805ea58bd9
6 changed files with 1457 additions and 2 deletions

14
.vscode/settings.json vendored
View File

@@ -76,5 +76,17 @@
},
"C_Cpp.intelliSenseEngineFallback": "Disabled",
"cmake.configureOnOpen": true,
"C_Cpp.configurationWarnings": "Disabled"
"C_Cpp.configurationWarnings": "Disabled",
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "localhost",
"database": "sf",
"username": "vaclavt",
"password": "vaclavtpasswd"
}
]
}