From bbe3b75bfd0767c61bcd436e843b9c785efd289f Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 19 Feb 2024 04:55:36 +0100 Subject: support `INSERT`, `DELETE`, `UPDATE` --- src/Store.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Store.hs') diff --git a/src/Store.hs b/src/Store.hs index f7562f5..1cb9392 100644 --- a/src/Store.hs +++ b/src/Store.hs @@ -1,6 +1,8 @@ module Store ( module Store.Query, + module Store.Store, ) where import Store.Query +import Store.Store -- cgit v1.2.3