maddy/sqlite3.go
fox.cpp a2871cd916 Allow disabling go-sqlmail with SQLite3 support
SQLite3 driver weights 9 MiB and also requires CGo.
2019-03-30 17:34:19 +02:00

5 lines
80 B
Go

// +build !nosqlite3,cgo
package maddy
import _ "github.com/mattn/go-sqlite3"