gremlin-haskell-0.1.0.2: Graph database client for TinkerPop3 Gremlin Server

Copyright(c) 2015 The gremlin-haskell Authors
LicenseBSD3
Maintainernakaji.dayo@gmail.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Database.TinkerPop

Description

 

Synopsis

Documentation

run :: String -> Int -> (Connection -> IO ()) -> IO () Source

Connect to Gremlin Server

submit :: Connection -> Gremlin -> Maybe Binding -> IO (Either String [Value]) Source

Send script toGremlin Server and get the result by List

Individual responses are combined in internal.