SimpleX-Chat/tests/ChatTests/DBUtils/SQLite.hs

11 lines
264 B
Haskell
Raw Normal View History

module ChatTests.DBUtils.SQLite where
import Database.SQLite.Simple (Query)
import Simplex.Messaging.Agent.Store.SQLite.DB
import Simplex.Messaging.TMap (TMap)
data TestParams = TestParams
{ tmpPath :: FilePath,
queryStats :: TMap Query SlowQueryStats
}