mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-06-03 08:47:32 +00:00
10 lines
394 B
Haskell
10 lines
394 B
Haskell
module Simplex.Messaging.Agent.Store.SQLite where
|
|
|
|
import qualified Database.SQLite.Simple as DB
|
|
|
|
-- instance MonadUnliftIO m => MonadQueueStore DB.Connection m where
|
|
-- createRcvConn :: DB.Connection -> Maybe ConnAlias -> ReceiveQueue -> m (Either StoreError (Connection CReceive))
|
|
-- createRcvConn conn connAlias q = do
|
|
-- id <- query conn "INSERT ..."
|
|
-- query conn "INSERT ..."
|