We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da30d5c commit c8bd788Copy full SHA for c8bd788
1 file changed
README.md
@@ -32,8 +32,9 @@ if err != nil {
32
db, err = sql.Open(driverName, "resource.db")
33
```
34
35
-If not wanting to use the named driver magic used by ocsql.Register, an
36
-alternative way to bootstrap the ocsql wrapper exists.
+A more explicit and alternative way to bootstrap the ocsql wrapper exists as
+shown below. This will only work if the actual database driver has its driver
37
+implementation exported.
38
39
Example:
40
```go
0 commit comments