We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f050f97 commit a26bd52Copy full SHA for a26bd52
2 files changed
README.md
@@ -52,7 +52,7 @@ func main() {
52
...
53
54
// wrap pgx driver with cache interceptor and register it
55
- sql.Register("pgx-sqlcache", interceptor.Driver(stdlib.GetDefaultDriver()))
+ sql.Register("pgx-with-cache", interceptor.Driver(stdlib.GetDefaultDriver()))
56
57
// open the database using the wrapped driver
58
db, err := sql.Open("pgx-with-cache", dsn)
doc.go
@@ -27,7 +27,7 @@ Usage:
27
28
29
// wrap pgx driver with the interceptor and register it
30
31
32
33
0 commit comments