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.API.Dev

Description

 
Synopsis

Documentation

withDevEnv :: IniPath -> (DevEnv -> IO a) -> IO a #

runCmdRepl :: Show err => Cmd'' DevEnv err a -> IO a #

Run Cmd Sugar for the Repl (GHCI)

runCmdDev :: Show err => DevEnv -> Cmd'' DevEnv err a -> IO a #

runCmdReplEasyDB :: (Connection -> IO a) -> IO a #

Execute a function that takes PSQL.Connection from the DB pool as first parameter. e.g.: runCmdReplEasyDB $ c -> getNodeStory' c