-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