SimpleX-Chat/tests/ChatTests/DBUtils/Postgres.hs
2025-02-15 17:09:11 +00:00

6 lines
123 B
Haskell

module ChatTests.DBUtils.Postgres where
data TestParams = TestParams
{ tmpPath :: FilePath,
printOutput :: Bool
}