MIT licensed and maintained by Greg Weber
This version can be pinned in stack with:persistent-mongoDB-2.9.0@sha256:3c0c8e4393d7a5536a1c17727dc8e2454fd0700904aa5431642fd94539930726,2824

Module documentation for 2.9.0

MongoDB backend for the persistent library.

Changes

Changelog for persistent-mongoDB

2.9.0

  • Removed deprecated entityToDocument. Please use recordToDocument instead. #894
  • Removed deprecated multiBsonEq. Please use anyBsonEq instead. #894
  • Use portID from mongoDB instead of network. #946

2.8.0

  • Switch from MonadBaseControl to MonadUnliftIO

2.6.0

  • Fix upsert behavior #613
  • Relax bounds for http-api-data

2.5

  • changes for read/write typeclass split

2.1.4

  • support http-api-data for url serialization

2.1.3

  • Add list filtering functions inList and ninList

2.1.2

  • Add nestAnyEq filter function
  • Add FromJSON instance for MongoConf