Initialisation de la base données côté serveur

This commit is contained in:
2024-12-07 10:17:47 +01:00
parent d08dcb9720
commit ab180a12ce
9 changed files with 327 additions and 6 deletions

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

@ -0,0 +1,15 @@
{
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "Traintrape-moi",
"database": "traintrape-moi",
"username": "traintrapemoi",
"socketPath": "/run/postgresql/.s.PGSQL.5432"
}
],
"sqltools.useNodeRuntime": true
}