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.Query.Table.User

Description

Functions to deal with users, database side.

Synopsis

Documentation

getUserHyperdata :: User -> DBCmd err [HyperdataUser] #

Get hyperdata associated with user node.

userWithUsername :: Text -> [UserDB] -> Maybe UserDB #

Select User with Username

Orphan instances