Update pydantic properly

This commit is contained in:
Mawoka
2024-07-08 11:20:16 +02:00
parent 695b3b43c6
commit 5a15ef2dc9
7 changed files with 1109 additions and 530 deletions
+15
View File
@@ -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"
}
]
}