Пакет ruby-em-mongo: Информация

    Бинарный пакет: ruby-em-mongo
    Версия: 0.6.0-alt2
    Архитектура: noarch
    Собран:  10 марта 2019 г. 10:09 в задании #220149
    Исходный пакет: ruby-em-mongo
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/bcg/em-mongo

    Лицензия: MIT
    О пакете: EventMachine MongoDB Driver (based off of RMongo)
    Описание: 
    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.

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Pavel Skrylev
    Andrey Cherepanov

    Последнее изменение


    18 февраля 2019 г. Pavel Skrylev 0.6.0-alt2
    - Use Ruby Policy 2.0.
    8 марта 2018 г. Andrey Cherepanov 0.6.0-alt1
    - New version.
    25 октября 2017 г. Andrey Cherepanov 0.5.1-alt1
    - New version