github.com/rsampaio/docker@v0.7.2-0.20150827203920-fdc73cc3fc31/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  }