Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.Cayley.Types
- data APIVersion = V1
- data QueryLang
- data CayleyConfig = CayleyConfig {}
- defaultCayleyConfig :: CayleyConfig
- data CayleyConnection = CayleyConnection (CayleyConfig, Manager)
- data Quad = Quad {}
- type Query = Text
- type Subject = Text
- type Predicate = Text
- type Object = Text
- type Label = Text
Documentation
data CayleyConfig Source
Constructors
CayleyConfig | |
Fields
|
Instances
defaultCayleyConfig :: CayleyConfig Source
CayleyConfig { serverPort = 64210 , serverName = "localhost" , apiVersion = V1 , queryLang = Gremlin }
data CayleyConnection Source
Constructors
CayleyConnection (CayleyConfig, Manager) |
Constructors
Quad | |