Skip to content

Releases: aaronland/go-sqlite

2.2.0

01 Dec 19:48
Compare
Choose a tag to compare
  • Add support for example://cwd in database.DSNFromURI to append current working directory to path
  • Improved tests

2.1.0

01 Dec 19:01
Compare
Choose a tag to compare
  • Add database package to wrap common code between third-party database providers

2.0.0

01 Dec 18:22
Compare
Choose a tag to compare
  • Major refactor; bump to /v2
  • Remove mattn/go-sqlite3 which will now live in aaronland/go-sqlite-mattn
  • Interfaces all the way down

0.2.2

01 Nov 21:41
Compare
Choose a tag to compare
  • v0.2.2 release with proper tag

0.2.2

26 Oct 15:42
Compare
Choose a tag to compare
  • Update to use mattn/go-sqlite3 v1.14.16

0.2.1

06 Sep 00:41
Compare
Choose a tag to compare
  • Update to use mattn/go-sqlite3 v1.14.15

0.2.0

19 May 23:38
Compare
Choose a tag to compare
  • Add HasTableWithSQLDB method
  • Update vendor deps

0.1.1

25 Apr 22:52
Compare
Choose a tag to compare
  • Update vendor deps

0.1.0

18 Oct 21:40
Compare
Choose a tag to compare
  • Move support for psanford/sqlite3vfs into dedicated aaronland/go-sqlite-vfs package.

0.0.5

05 Oct 15:49
Compare
Choose a tag to compare
  • Update to use mattn/go-sqlite3 v1.14.8
  • Update vendor deps