begining of usql command line tool
This commit is contained in:
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user