diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-23 15:57:42 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-23 15:57:42 +0900 |
commit | ed406dd4e2a041e9394ce1f6dd647ad15f092e25 (patch) | |
tree | 02f6629f4978aefacc1e3655df882c6802cc94f9 /README.md | |
parent | Fix typo (#763) (diff) | |
download | golite-ed406dd4e2a041e9394ce1f6dd647ad15f092e25.tar.gz golite-ed406dd4e2a041e9394ce1f6dd647ad15f092e25.tar.xz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ go-sqlite3 [](https://coveralls.io/r/mattn/go-sqlite3?branch=master) [](https://goreportcard.com/report/github.com/mattn/go-sqlite3) +NOTE: v2.0.1 or higher is unfortunatal release. So there are no big changes. And does not provide v2 feature. + # Description sqlite3 driver conforming to the built-in database/sql interface |