aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-23 15:57:42 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-23 15:57:42 +0900
commited406dd4e2a041e9394ce1f6dd647ad15f092e25 (patch)
tree02f6629f4978aefacc1e3655df882c6802cc94f9 /README.md
parentFix typo (#763) (diff)
downloadgolite-ed406dd4e2a041e9394ce1f6dd647ad15f092e25.tar.gz
golite-ed406dd4e2a041e9394ce1f6dd647ad15f092e25.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1624471..9cd0dd7 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ go-sqlite3
[![Coverage Status](https://coveralls.io/repos/mattn/go-sqlite3/badge.svg?branch=master)](https://coveralls.io/r/mattn/go-sqlite3?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/mattn/go-sqlite3)](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