]> Git — Sourcephile - gargantext.git/commit
[CONFIG] Database specific functions from Core folder to Database Folder.
authorAlexandre Delanoë <devel+git@delanoe.org>
Tue, 4 Sep 2018 13:59:24 +0000 (15:59 +0200)
committerAlexandre Delanoë <devel+git@delanoe.org>
Tue, 4 Sep 2018 13:59:24 +0000 (15:59 +0200)
commit2487bd751a7a8e564ad99a7d3d6069edbf7ca3f2
treee80244cb1de970ca2c117d0402fd2ec37ece6133
parent0655415ef578dfbb25e6a8cb3e0d55e4ef941ab9
[CONFIG] Database specific functions from Core folder to Database Folder.
15 files changed:
package.yaml
src/Gargantext/API/Node.hs
src/Gargantext/Core/Types.hs
src/Gargantext/Core/Types/Main.hs
src/Gargantext/Core/Types/Phylo.hs
src/Gargantext/Database.hs
src/Gargantext/Database/Bashql.hs [new file with mode: 0644]
src/Gargantext/Database/Config.hs [new file with mode: 0644]
src/Gargantext/Database/Facet.hs
src/Gargantext/Database/Node.hs
src/Gargantext/Database/Node/Document/Import.hs
src/Gargantext/Database/Types/Node.hs [moved from src/Gargantext/Core/Types/Node.hs with 99% similarity]
src/Gargantext/Database/User.hs
src/Gargantext/Text/Parsers/CSV.hs
src/Gargantext/TextFlow.hs