From cf556bbe704640d81d466df5a64a2cdbb7c383a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santanch=C3=A8?= Date: Fri, 16 Aug 2024 13:49:52 -0300 Subject: [PATCH] update (full-stackk/postgresql): interactive --- full-stack/1-postgresql/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/full-stack/1-postgresql/README.md b/full-stack/1-postgresql/README.md index f02ebe0..8300310 100644 --- a/full-stack/1-postgresql/README.md +++ b/full-stack/1-postgresql/README.md @@ -56,3 +56,10 @@ Schema related to the base data model in SQL, the insertion of three tuples: ~~~ users_schema.sql ~~~ + +# Interaction + +~~~ +docker exec -it 1-postgresql-db-1 bash +psql -U postgres test +~~~ \ No newline at end of file