github.com/uriddle/docker@v0.0.0-20210926094723-4072e6aeb013/pkg/graphdb/conn_unsupported.go (about) 1 // +build !cgo 2 3 package graphdb 4 5 // NewSqliteConn return a new sqlite connection. 6 func NewSqliteConn(root string) (*Database, error) { 7 panic("Not implemented") 8 }