conn_unsupported.go 123 B

1234567
  1. // +build !linux !amd64
  2. package graphdb
  3. func NewSqliteConn(root string) (*Database, error) {
  4. panic("Not implemented")
  5. }