github.com/reds/docker@v1.11.2-rc1/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  }