Releases: aaronland/go-sqlite
Releases · aaronland/go-sqlite
2.2.0
2.1.0
- Add
database
package to wrap common code between third-party database providers
2.0.0
- Major refactor; bump to /v2
- Remove
mattn/go-sqlite3
which will now live inaaronland/go-sqlite-mattn
- Interfaces all the way down
0.2.2
- v0.2.2 release with proper tag
0.2.2
- Update to use
mattn/go-sqlite3
v1.14.16
0.2.1
0.2.0
- Add
HasTableWithSQLDB
method - Update vendor deps
0.1.1
- Update vendor deps
0.1.0
- Move support for
psanford/sqlite3vfs
into dedicatedaaronland/go-sqlite-vfs
package.