graql-0.1.0.0: Execute Graql queries on a Grakn graph

Safe HaskellNone
LanguageHaskell2010

Graql.Shell

Synopsis

Documentation

data Concept Source #

A concept in the graph

type Result = Map Var Concept Source #

A result of a match query, binding variables to concepts

runFile :: FilePath -> IO () Source #

Run the given file path on the database, ignoring the output

runMatch :: MatchQuery -> IO [Result] Source #

Run a match query on the graph

migrateCsv :: FilePath -> FilePath -> String -> IO () Source #

Run the CSV migrator using the given csv file, template file and separator