fix README.md

close #456
This commit is contained in:
Yasuhiro Matsumoto 2017-08-27 14:00:09 +09:00
parent 144deb6596
commit a97e7bb12f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ FAQ
* Want to get time.Time with current locale
Use `loc=auto` in SQLite3 filename schema like `file:foo.db?loc=auto`.
Use `_loc=auto` in SQLite3 filename schema like `file:foo.db?_loc=auto`.
* Can I use this in multiple routines concurrently?