[docker] update image, add README info
[gargantext.git] / src / Gargantext / Database.hs
index f1620f3e206d69afe2cf69bcb8067c1fd0c1f1c8..3e6fe7d4a524d292b1a0ce31e6703e7b26403554 100644 (file)
@@ -1,45 +1,25 @@
 {-|
 Module      : Gargantext.Database
-Description : 
+Description : Tools for Database
 Copyright   : (c) CNRS, 2017-Present
 License     : AGPL + CECILL v3
 Maintainer  : team@gargantext.org
 Stability   : experimental
 Portability : POSIX
 
-Here is a longer description of this module, containing some
-commentary with @some markup@.
--}
+All Database related stuff here.
 
-{-# LANGUAGE NoImplicitPrelude #-}
+Target: just import this module and nothing else to work with
+Gargantext's database.
 
-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
+-}
 
-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
+{-# LANGUAGE NoImplicitPrelude #-}
 
+module Gargantext.Database ( module Gargantext.Database.Utils
+                        -- , module Gargantext.Database.Bashql
+                           )
+    where
 
+import Gargantext.Database.Utils (connectGargandb)
+-- import Gargantext.Database.Bashql