Link to wiki from README.

pull/757/head
Jack Christensen 2020-05-16 10:10:07 -05:00
parent b1fc2870e5
commit 173227a6e3
1 changed files with 2 additions and 0 deletions

View File

@ -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: