We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca6a97 commit 78b95b7Copy full SHA for 78b95b7
2 files changed
README.md
@@ -9,8 +9,6 @@ go-sqlite3
9
10
Latest stable version is v1.14 or later, not v2.
11
12
-~~**NOTE:** The increase to v2 was an accident. There were no major changes or features.~~
13
-
14
# Description
15
16
A sqlite3 driver that conforms to the built-in database/sql interface.
go.mod
@@ -3,5 +3,5 @@ module github.com/mattn/go-sqlite3
3
go 1.21
4
5
retract (
6
- [v2.0.0+incompatible, v2.0.6+incompatible] // Accidental; no major changes or features.
+ [v2.0.0+incompatible, v2.0.7+incompatible] // Accidental; no major changes or features.
7
)
0 commit comments