mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 17:16:01 +00:00
f3664619ec
* test: track query plans * all query plans * fix postgres build
6 lines
98 B
Haskell
6 lines
98 B
Haskell
module ChatTests.DBUtils.Postgres where
|
|
|
|
data TestParams = TestParams
|
|
{ tmpPath :: FilePath
|
|
}
|