Database.hs 631 Bytes
Newer Older
1 2
{-|
Module      : Gargantext.Database
3
Description : Tools for Database
4 5 6 7 8 9
Copyright   : (c) CNRS, 2017-Present
License     : AGPL + CECILL v3
Maintainer  : team@gargantext.org
Stability   : experimental
Portability : POSIX

10
All Database related stuff here.
11

12 13
Target: just import this module and nothing else to work with
Gargantext's database.
14

15 16 17 18
-}

{-# LANGUAGE NoImplicitPrelude #-}

19
module Gargantext.Database ( module Gargantext.Database.Utils
20
                           , module Gargantext.Database.Bashql
21
                           )
22 23 24
    where

import Gargantext.Database.Utils (connectGargandb)
25
import Gargantext.Database.Bashql