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 b3511bf commit 0109106Copy full SHA for 0109106
README.md
@@ -67,6 +67,7 @@ This is also known as a DSN string. (Data Source Name).
67
68
Options are append after the filename of the SQLite database.
69
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)).
71
72
This also applies when using an in-memory database instead of a file.
73
0 commit comments