diff options
author | mattn <mattn.jp@gmail.com> | 2018-10-15 22:44:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 22:44:34 +0900 |
commit | c67b489f7e8e10b993944d4ecef084df2db3ec8e (patch) | |
tree | 1708d66652b5a2e38792eca608b95e7c97255d86 | |
parent | Merge pull request #652 from rutsky/patch-1 (diff) | |
parent | Update README: URL-encode connection options (diff) | |
download | golite-c67b489f7e8e10b993944d4ecef084df2db3ec8e.tar.gz golite-c67b489f7e8e10b993944d4ecef084df2db3ec8e.tar.xz |
Merge pull request #616 from jung-kurt/patch-1
Update README: URL-encode connection options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ This is also known as a DSN string. (Data Source Name). Options are append after the filename of the SQLite database. The database filename and options are seperated by an `?` (Question Mark). +Options should be URL-encoded (see [url.QueryEscape](https://golang.org/pkg/net/url/#QueryEscape)). This also applies when using an in-memory database instead of a file. |