]> Git — Sourcephile - gargantext.git/commit
[Database] Refactor functions accessing the database
authorNicolas Pouillard <nicolas.pouillard@gmail.com>
Tue, 18 Dec 2018 00:02:58 +0000 (01:02 +0100)
committerNicolas Pouillard <nicolas.pouillard@gmail.com>
Tue, 18 Dec 2018 00:04:15 +0000 (01:04 +0100)
commitb13b85bfa7744c73c892a0c7d6b8d3ab2b807b4f
treeee5ae6e71bc541c64e8c80f6001dfbe372fdd70f
parent6fdb2550457d6e1119409646196ab02dfa300873
[Database] Refactor functions accessing the database
31 files changed:
src/Gargantext/API.hs
src/Gargantext/API/Auth.hs
src/Gargantext/API/Count.hs
src/Gargantext/API/Ngrams.hs
src/Gargantext/API/Node.hs
src/Gargantext/API/Search.hs
src/Gargantext/API/Settings.hs
src/Gargantext/Database.hs
src/Gargantext/Database/Bashql.hs
src/Gargantext/Database/Cooc.hs
src/Gargantext/Database/Facet.hs
src/Gargantext/Database/Flow.hs
src/Gargantext/Database/Flow/Pairing.hs
src/Gargantext/Database/Flow/Utils.hs
src/Gargantext/Database/Node/Children.hs
src/Gargantext/Database/Node/Document/Add.hs
src/Gargantext/Database/Node/Document/Insert.hs
src/Gargantext/Database/Node/Update.hs
src/Gargantext/Database/Root.hs
src/Gargantext/Database/Schema/Ngrams.hs
src/Gargantext/Database/Schema/Node.hs
src/Gargantext/Database/Schema/NodeNgram.hs
src/Gargantext/Database/Schema/NodeNgramsNgrams.hs
src/Gargantext/Database/Schema/NodeNode.hs
src/Gargantext/Database/Schema/NodeNodeNgram.hs
src/Gargantext/Database/Schema/User.hs
src/Gargantext/Database/TextSearch.hs
src/Gargantext/Database/Tree.hs
src/Gargantext/Database/Utils.hs
src/Gargantext/Text/Flow.hs
src/Gargantext/Viz/Graph.hs