install: proposal
[gargantext.git] / src / Gargantext / Database / Ngram.hs
index 9fd6919c1a043e92d81cc8c85082651bd287b43b..44d7e14bf748e8d50d3fa6124f3e773c61998a4a 100644 (file)
@@ -81,5 +81,5 @@ findWith f t = find (\x -> f x == t)
 --userWithId t xs = userWith userUserId t xs
 
 -- | not optimized (get all ngrams without filters)
-getNgrams :: PGS.Connection -> IO [Ngram]
-getNgrams conn = runQuery conn queryNgramTable
+dbGetNgrams :: PGS.Connection -> IO [Ngram]
+dbGetNgrams conn = runQuery conn queryNgramTable