Skip to content

Commit

Permalink
Add link to pgx presentation to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc authored Oct 20, 2023
1 parent 6f7400f commit 7a4bb7e
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 @@ -86,6 +86,10 @@ It is also possible to use the `database/sql` interface and convert a connection

See CONTRIBUTING.md for setup instructions.

## Architecture

See the presentation at Golang Estonia, [PGX Top to Bottom](https://www.youtube.com/watch?v=sXMSWhcHCf8) for a description of pgx architecture.

## Supported Go and PostgreSQL Versions

pgx supports the same versions of Go and PostgreSQL that are supported by their respective teams. For [Go](https://golang.org/doc/devel/release.html#policy) that is the two most recent major releases and for [PostgreSQL](https://www.postgresql.org/support/versioning/) the major releases in the last 5 years. This means pgx supports Go 1.20 and higher and PostgreSQL 11 and higher. pgx also is tested against the latest version of [CockroachDB](https://www.cockroachlabs.com/product/).
Expand Down

0 comments on commit 7a4bb7e

Please sign in to comment.