✨ Update pydantic properly
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
// SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
|
||||
//
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
{
|
||||
"sqltools.connections": [
|
||||
{
|
||||
"previewLimit": 50,
|
||||
"server": "localhost",
|
||||
"driver": "PostgreSQL",
|
||||
"connectString": "postgresql://postgres:mysecretpassword@localhost:5432/classquiz",
|
||||
"name": "ClassQuiz"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user