[FIX] Score by Doc or Corpus.
[gargantext.git] / src / Gargantext / Database.hs
index 51dd4405d879d402f8e3b7390c0e567c2e7df67d..4a7cd1ddf7e6b7dbbb090f42d4f1bc7d035634dd 100644 (file)
@@ -1,30 +1,25 @@
-module Gargantext.Database (
-  module Gargantext.Database.Utils
---  , module Gargantext.Database.Instances
-  , module Gargantext.Database.User
-  , module Gargantext.Database.Node
-  , module Gargantext.Database.NodeNode
-  , module Gargantext.Database.Ngram
-  , module Gargantext.Database.NodeNgram
-  , module Gargantext.Database.NodeNodeNgram
-  , module Gargantext.Database.NodeNgramNgram
-    --                             , module Gargantext.Database.Gargandb
-    --                             , module Gargantext.Database.Simple
-    --                             , module Gargantext.Database.InsertNode
-    --                             , module Gargantext.Database.NodeType
-  ) where
+{-|
+Module      : Gargantext.Database
+Description : Tools for Database
+Copyright   : (c) CNRS, 2017-Present
+License     : AGPL + CECILL v3
+Maintainer  : team@gargantext.org
+Stability   : experimental
+Portability : POSIX
 
-import Gargantext.Database.Utils
---import Gargantext.Database.Gargandb
-import Gargantext.Database.User
-import Gargantext.Database.Node
-import Gargantext.Database.NodeNode
-import Gargantext.Database.Ngram
-import Gargantext.Database.NodeNgram
-import Gargantext.Database.NodeNodeNgram
-import Gargantext.Database.NodeNgramNgram
---import Gargantext.Database.Simple
---import Gargantext.Database.NodeType
---import Gargantext.Database.InsertNode
+All Database related stuff here.
 
+Target: just import this module and nothing else to work with
+Gargantext's database.
 
+-}
+
+{-# LANGUAGE NoImplicitPrelude #-}
+
+module Gargantext.Database ( module Gargantext.Database.Utils
+                           , module Gargantext.Database.Bashql
+                           )
+    where
+
+import Gargantext.Database.Utils (connectGargandb)
+import Gargantext.Database.Bashql