Skip to content

Commit

Permalink
Add explicit reference to API docs
Browse files Browse the repository at this point in the history
helps CTRL+F

Fixes:  jackc#669
  • Loading branch information
redbaron committed Apr 11, 2020
1 parent be9ceae commit 15284b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ go-pg is a PostgreSQL client and ORM. It includes many features that traditional

pgx is "closer to the metal" and such abstractions are beyond the scope of the pgx project, which first and foremost, aims to be a performant driver and toolkit.

## API documentation

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDev site here: https://pkg.go.dev/github.com/jackc/pgx/v4

## Testing

pgx tests naturally require a PostgreSQL database. It will connect to the database specified in the `PGX_TEST_DATABASE` environment
Expand Down

0 comments on commit 15284b0

Please sign in to comment.