Skip to content

Commit

Permalink
update (full-stackk/postgresql): interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Aug 16, 2024
1 parent 0628cde commit cf556bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions full-stack/1-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~

0 comments on commit cf556bb

Please sign in to comment.