We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdd170 commit 9346d48Copy full SHA for 9346d48
stdlib/sql.go
@@ -21,10 +21,7 @@
21
// return err
22
// }
23
//
24
-// db, err := stdlib.OpenDBFromPool(pool)
25
-// if err != nil {
26
-// return err
27
-// }
+// db := stdlib.OpenDBFromPool(pool)
28
29
// Or a pgx.ConnConfig can be used to set configuration not accessible via connection string. In this case the
30
// pgx.ConnConfig must first be registered with the driver. This registration returns a connection string which is used
0 commit comments