Îõ³h&=ì Safe-InferredN  Safe-Inferred"×ÜÚ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ÍTest that the given migration succeeds, when applied to the current database.=See 'Test.Syd.Persistent.migrationsSucceedsSpec" for details.     8sydtest-persistent-sqlite-0.2.0.3-8DZbxaT6SUf8MZ2tRpEzWxTest.Syd.Persistent.SqlitePaths_sydtest_persistent_sqlite)persistent-2.14.6.0-42eouXkGCT9Uubr08TIQNDatabase.Persist.Sql.Run runSqlPool1sydtest-persistent-0.0.0.2-GAHh8LN39WtG33ub5dAAB2Test.Syd.PersistentmigrationRunnerpersistSqliteSpecwithConnectionPoolconnectionPoolSetupFunc runSqliteTestsqliteMigrationSucceedsSpecversiongetDataFileName getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDir'sydtest-0.15.1.1-LBbjjGEu1HyAj7Sur4pVXbTest.Syd.Def.SetupFunc SetupFunc