Update README.md

This commit is contained in:
mattn 2015-03-05 01:19:33 +09:00
parent e273a1552e
commit 1b2a5560c2
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ FAQ
> See: https://github.com/mattn/go-sqlite3/issues/106
> See also: http://www.limitlessfx.com/cross-compile-golang-app-for-windows-from-linux.html
* Want to get time.Time with current locale
Use `loc=auto` in SQLite3 filename schema like `file:foo.db?loc=auto`.
License
-------