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