Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohaizanr committed Apr 7, 2024
1 parent faa6c52 commit 0d78a50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/gorm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ go run github.com/go-saas/saas/examples/gorm
docker-compose up -d
go run github.com/go-saas/saas/examples/gorm --driver mysql
```

or
### postgres
```shell
go run github.com/go-saas/saas/examples/gorm --driver pgx
```

Host side ( use shared database):

Expand Down

0 comments on commit 0d78a50

Please sign in to comment.