gargantext-0.0.7.1.5.3: Search, map, share
Copyright(c) CNRS 2017-Present
LicenseAGPL + CECILL v3
Maintainerteam@gargantext.org
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.Database.Admin.Config

Description

Gargantext's database.

TODO: configure nodes table in Haskell (Config typenames etc.)

Synopsis

Documentation

hasNodeType :: forall a. Node a -> NodeType -> Bool #

isInNodeTypes :: forall a. Node a -> [NodeType] -> Bool #

nodeTypes :: Bimap NodeType NodeTypeId #

Nodes are typed in the database according to a specific ID

Orphan instances

HasDBid NodeType # 
Instance details