2
0

Link to wiki from README.

This commit is contained in:
Jack Christensen
2020-05-16 10:10:07 -05:00
parent b1fc2870e5
commit 173227a6e3
+2
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: