Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit bb3c30d

Browse files
committed
Update accessing.md
1 parent 4fa7c72 commit bb3c30d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

accessing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ share: true
1010

1111

1212
Now that you've loaded the driver package, you're ready to create a database
13-
object, a `sql.DB`. The first thing you should know is that **a `sql.DB` isn't a
13+
object, a `sql.DB`.
14+
15+
The first thing you should know is that **a `sql.DB` isn't a
1416
database connection**. It also doesn't map to any particular database software's
1517
notion of a "database" or "schema." It's an abstraction of the interface and
1618
existence of a database, which might be a local file, accessed through a network

0 commit comments

Comments
 (0)