You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/postgres.md
+20-13
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,23 @@
1
-
# Run Postgres with Bison
1
+
# Run Postgres with Bison
2
2
3
3
1. Setup a database locally ([Postgres](https://postgresapp.com/downloads.html) is the only type fully supported right now)
4
4
1. Make sure your database user has permission to create schemas and databases. We recommend using a superuser account locally to keep things easy.
5
5
1. Setup your local database with `yarn db:setup`. You'll be prompted to create it if it doesn't already exist:1. Setup a database locally ([Postgres](https://postgresapp.com/downloads.html) is the only type fully supported right now)
6
6
1. Make sure your database user has permission to create schemas and databases. We recommend using a superuser account locally to keep things easy.
7
7
1. Setup your local database with `yarn db:setup`. You'll be prompted to create it if it doesn't already exist:
8
-
When creating a bison app, you are prompted with questions to set up your app along with Postgres.
8
+
When creating a bison app, you are prompted with questions to set up your app along with Postgres.
9
9
10
10

0 commit comments