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