6 lines
98 B
Go
6 lines
98 B
Go
|
package graphdb
|
||
|
|
||
|
func NewSqliteConn(root string) (*Database, error) {
|
||
|
panic("Not implemented")
|
||
|
}
|