Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit reference to API docs #717

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

redbaron
Copy link
Contributor

helps CTRL+F

Fixes: #669

@redbaron
Copy link
Contributor Author

@Microsoft-TeamLeader who are you

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repo has evolved since this PR was opened, and this URL should now be https://pkg.go.dev/github.com/jackc/pgx/v5 to mirror the other link at the top of the README (72cc95e).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reminder: there is no documentation
2 participants