Skip to content

Commit

Permalink
feat: add documentation about the db package in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
SCedricThomas committed Jun 10, 2024
1 parent d778124 commit 681a6db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgresql/goose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func init() {
}

func upMigration(ctx context.Context, conn *pgx.Conn) error {
// db is the package containing the sqlc querier
querier := db.New(conn)
...
}
Expand Down

0 comments on commit 681a6db

Please sign in to comment.