From 42e32d01f7c6dabdfa62745f563bded7bc695192 Mon Sep 17 00:00:00 2001 From: FrancoisWerbrouck-CFIA <157528480+FrancoisWerbrouck-CFIA@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:48:24 +0000 Subject: [PATCH] Fixes #97: Fix link +training Rewap --- TRAINING.md | 9 +++++---- Worktool-Guide/DBEAVER-GUIDE.md | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/TRAINING.md b/TRAINING.md index cadfe6e..7a35eac 100644 --- a/TRAINING.md +++ b/TRAINING.md @@ -70,10 +70,11 @@ PostgreSQL](https://learn.microsoft.com/en-us/training/paths/introduction-to-azure-postgres/) (~40 minutes) * [Psycopg3 - transactions](https://www.psycopg.org/psycopg3/docs/basic/transactions.html)(~30 minutes) - * [Databases for developers](https://elenie.ca/databases-for-developers.html)(~20 minutes) - * [PostgreML - Tutorials](https://postgresml.org)(~1h) + transactions](https://www.psycopg.org/psycopg3/docs/basic/transactions.html)(~30 + minutes) + * [Databases for + developers](https://elenie.ca/databases-for-developers.html)(~20 minutes) + * [PostgreML Tutorials](https://postgresml.org)(~1h) * DevSecOps * [What is DevOps?](https://resources.github.com/devops/) (~25 minutes) * [Secure diff --git a/Worktool-Guide/DBEAVER-GUIDE.md b/Worktool-Guide/DBEAVER-GUIDE.md index 561e046..73d5bbd 100644 --- a/Worktool-Guide/DBEAVER-GUIDE.md +++ b/Worktool-Guide/DBEAVER-GUIDE.md @@ -6,16 +6,16 @@ Download from https://dbeaver.io/download/ Install using the default options. # Usage of DBeaver on localhost Once installed, open DBeaver and create a new connection as shown here: -![DBeaver-1.PNG](/./Worktool-Guide/DBeaver-1.png) +![DBeaver-1.PNG](./DBeaver-1.png) -![DBeaver-2.PNG](/./Worktool-Guide/DBeaver-2.png) +![DBeaver-2.PNG](./DBeaver-2.png) Your password should be the same as the one in .env file in the POSTGRES_PASSWORD variable. Ensure that the following settings are checked: -![DBeaver-3.PNG](/./Worktool-Guide/DBeaver-3.png) +![DBeaver-3.PNG](./DBeaver-3.png) Congratulation, your database is all setup, you're ready to go!