Copyright | (c) CNRS 2017-Present |
---|---|
License | AGPL + CECILL v3 |
Maintainer | team@gargantext.org |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
nodeExists :: Connection -> NodeId -> IO Bool #
getNodesIdWithType :: Connection -> NodeType -> IO [NodeId] #
getNodesArchiveHistory :: Connection -> [NodeId] -> IO [(NodeId, Map NgramsType [HashMap NgramsTerm NgramsPatch])] #
insertNodeArchiveHistory :: Connection -> NodeId -> Version -> [NgramsStatePatch'] -> IO () #
insertArchiveStateList :: Connection -> NodeId -> Version -> ArchiveStateList -> IO () #
deleteArchiveStateList :: Connection -> NodeId -> ArchiveStateList -> IO () #
updateArchiveStateList :: Connection -> NodeId -> Version -> ArchiveStateList -> IO () #
updateNodeStoryVersion :: Connection -> NodeId -> ArchiveList -> IO () #