Skip to content

Commit

Permalink
Improve links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Dec 18, 2024
1 parent ad87d47 commit 2532927
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ It is also possible to use the `database/sql` interface and convert a connection

## Testing

See CONTRIBUTING.md for setup instructions.
See [CONTRIBUTING.md](./CONTRIBUTING.md) for setup instructions.

## Architecture

Expand Down Expand Up @@ -126,7 +126,7 @@ pgerrcode contains constants for the PostgreSQL error codes.

## Adapters for 3rd Party Tracers

* [https://github.com/jackhopner/pgx-xray-tracer](https://github.com/jackhopner/pgx-xray-tracer)
* [github.com/jackhopner/pgx-xray-tracer](https://github.com/jackhopner/pgx-xray-tracer)

## Adapters for 3rd Party Loggers

Expand Down Expand Up @@ -156,7 +156,7 @@ Library for scanning data from a database into Go structs and more.
A carefully designed SQL client for making using SQL easier,
more productive, and less error-prone on Golang.

### [https://github.com/otan/gopgkrb5](https://github.com/otan/gopgkrb5)
### [github.com/otan/gopgkrb5](https://github.com/otan/gopgkrb5)

Adds GSSAPI / Kerberos authentication support.

Expand All @@ -169,6 +169,6 @@ Explicit data mapping and scanning library for Go structs and slices.
Type safe and flexible package for scanning database data into Go types.
Supports, structs, maps, slices and custom mapping functions.

### [https://github.com/z0ne-dev/mgx](https://github.com/z0ne-dev/mgx)
### [github.com/z0ne-dev/mgx](https://github.com/z0ne-dev/mgx)

Code first migration library for native pgx (no database/sql abstraction).

0 comments on commit 2532927

Please sign in to comment.