Skip to content

Go SQLite connection setup

Danny Delic edited this page Mar 22, 2022 · 1 revision

Go SQLite connection setup

  • go mod download github.com/mattn/go-sqlite3
  • go install github.com/mattn/go-sqlite3
  • add _ "github.com/mattn/go-sqlite3" to your go imports

Clone this wiki locally