Package gem-em-mongo: Information
Source package: gem-em-mongo
Version: 0.6.0-alt2.3
Build time: Jun 18, 2020, 09:25 AM in the task #247371
Category: Development/Ruby
Report package bugHome page: https://github.com/bcg/em-mongo
License: MIT
Summary: EventMachine MongoDB Driver (based off of RMongo)
Description:
An EventMachine client for MongoDB. Originally based on RMongo, this client aims to be as api compatible with mongo-ruby-driver as possible. For methods that do not retrieve data from the database the api of em-mongo should be identical (though a subset) to the mongo-ruby-driver. This includes the various update methods like insert, save and update (without the :safe flag, which is handled separately) as well as find, which returns a cursor. For operations that require IO, em-mongo always returns an EventMachine deferrable.
Maintainer: Ruby Maintainers Team
Last changed
March 4, 2020 Pavel Skrylev 0.6.0-alt2.3
- fixed (!) spec
Sept. 10, 2019 Pavel Skrylev 0.6.0-alt2.2
- fixed (!) spec according to changelog rules
July 12, 2019 Pavel Skrylev 0.6.0-alt2.1
- fixed (!) spec