Skip to content

Commit

Permalink
Small additional note.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg1138 committed Aug 27, 2023
1 parent 47a6e6b commit de52c45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/data/Vagrant-setup/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ sudo su - postgres
PGUSER=dbuser PGPASSWORD=dbpass psql -h localhost recipedb
```

List all tables in the rr schema:

```psql
\dt rr.*
```

## Connection string for development

Env variable for application development:
Expand Down

0 comments on commit de52c45

Please sign in to comment.