Îõ³h$׋ Safe-InferredJ None {sydtest-persistent-sqlite5Declare a test suite that uses a database connection. Example usage Ý-- Database Definition share [mkPersist sqlSettings, mkMigrate "migrateExample"] [persistLowerCase| Person name String age Int Maybe deriving Show Eq |] -- Tests spec :: Spec spec = persistSqliteSpec migrateExample $ do it "can write and read this example person" $ \pool -> runSqliteTest pool $ do let p = Person {personName = "John Doe", personAge = Just 21} i <- insert p mp <- get i liftIO $ mp `shouldBe` Just péThis sets up an in-memory database connection around every test, so state is not preserved accross tests.sydtest-persistent-sqliteÄSet up a sqlite connection and migrate it to run the given function.sydtest-persistent-sqliteThe  version of .sydtest-persistent-sqliteA flipped version of  to run your testssydtest-persistent-sqlite/Helper function that works accross versions of  persistent.     8sydtest-persistent-sqlite-0.1.0.0-Ju4OdodbuRPKU6TWMPX4K4Test.Syd.Persistent.SqlitePaths_sydtest_persistent_sqlite*persistent-2.13.0.2-71FKNKkI7oo1YYDW80APSEDatabase.Persist.Sql.Run runSqlPoolpersistSqliteSpecwithConnectionPoolconnectionPoolSetupFunc runSqliteTestmigrationRunnerversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName&sydtest-0.2.0.0-A77DsOekMCr5KV8bG8WOv1Test.Syd.Def.SetupFunc SetupFunc