All Versions
3
Latest Version
Avg Release Cycle
1 days
Latest Release
1208 days ago

Changelog History

  • v0.2.0.0 Changes

    December 07, 2020
    • ๐Ÿ‘‰ Use a separate monad within withTransaction to prevent unsafe/arbitrary IO actions (#7, #28)
    • โž• Add MonadRerunnableIO to support IO actions within withTransaction only if the IO action is determined to be rerunnable
    • โž• Add built-in support for retrying transactions if a serialization error occurs
    • โœ‚ Remove SqlQueryRep as an export from Database.Persist.Monad. You shouldn't ever need it for normal usage. It is now re-exported by Database.Persist.Monad.TestUtils, since most of the usage of SqlQueryRep is in mocking queries. If you need it otherwise, you can import it directly from Database.Persist.Monad.SqlQueryRep.
  • v0.1.0.1 Changes

    December 06, 2020

    ๐Ÿ›  Fix quickstart

  • v0.1.0.0 Changes

    December 06, 2020
    • SqlQueryT + MonadSqlQuery
    • Autogenerated persistent API
    • ๐Ÿคก MockQueryT