mongoDB

Driver (client) for MongoDB, a free, scalable, fast, document DBMS

https://github.com/mongodb-haskell/mongodb

Version on this page:2.0.10
LTS Haskell 22.14:2.7.1.4
Stackage Nightly 2024-03-28:2.7.1.4
Latest on Hackage:2.7.1.4

See all snapshots mongoDB appears in

LicenseRef-OtherLicense licensed by Tony Hannan
Maintained by Fedor Gogolev
This version can be pinned in stack with:mongoDB-2.0.10@sha256:d21f39af0d40140ffa5830c4c7cace7b462926dedc8eb59e14bc00beb4c00f37,3637

This package lets you connect to MongoDB servers and update/query their data. Please see the example in Database.MongoDB and the tutorial from the homepage. For information about MongoDB itself, see www.mongodb.org.

Changes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Package Versioning Policy.

[2.0.10] - 2015-12-22

Fixed

  • SCRAM-SHA-1 authentication for mongolab

[2.0.9] - 2015-11-07

Added

  • SCRAM-SHA-1 authentication for mongo 3.0

[2.0.8] - 2015-10-03

Fixed

  • next function was getting only one batch when the request was unlimited, as a result you were receiving only 101 docs (default mongo batch size)

[2.0.7] - 2015-09-04

Fixed

  • Slow requests to the database server.

[2.0.6] - 2015-08-02

Added

  • Time To Live index

Fixed

  • Bug, the driver could not list more 97899 documents.