Update README.md

This commit is contained in:
Yasuhiro Matsumoto 2020-01-23 15:57:42 +09:00
parent d51eaf3b34
commit ed406dd4e2
No known key found for this signature in database
GPG Key ID: 622DE34DC490584B
1 changed files with 2 additions and 0 deletions

View File

@ -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