We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f3f84 commit 36db087Copy full SHA for 36db087
SQL_MIGRATION_v2_v3.md
@@ -8,7 +8,7 @@
8
9
Package `database/sql` provides two ways for making driver:
10
- from connection string (see [sql.Open(driverName, connectionString)](https://pkg.go.dev/database/sql#Open))
11
-- from custom connector (see [sql.OpnDB(connector)](https://pkg.go.dev/database/sql#OpenDB))
+- from custom connector (see [sql.OpenDB(connector)](https://pkg.go.dev/database/sql#OpenDB))
12
13
Second way (making driver from connector) are different in `v2` and `v3`:
14
- in `v2`:
0 commit comments