diff --git a/README.md b/README.md index 2ffc0530..c3a1e567 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ func main() { } ``` +See the [wiki](https://github.com/jackc/pgx/wiki) for a getting started guide and additional documentation. + ## Choosing Between the pgx and database/sql Interfaces It is recommended to use the pgx interface if: