Skip to content

Commit 0109106

Browse files
authored
Update README: URL-encode connection options
This change could save users from having to dig into source code to see how connection options are parsed.
1 parent b3511bf commit 0109106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ This is also known as a DSN string. (Data Source Name).
6767

6868
Options are append after the filename of the SQLite database.
6969
The database filename and options are seperated by an `?` (Question Mark).
70+
Options should be URL-encoded (see [url.QueryEscape](https://golang.org/pkg/net/url/#QueryEscape)).
7071

7172
This also applies when using an in-memory database instead of a file.
7273

0 commit comments

Comments
 (0)