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

    Бинарный пакет: ruby-mysql2
    Версия: 0.5.2-alt2
    Архитектура: x86_64
    Собран:  29 апреля 2019 г. 16:04 в задании #226987
    Исходный пакет: ruby-mysql2
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/brianmario/mysql2

    Лицензия: MIT
    О пакете: A modern, simple and very fast Mysql library for Ruby - binding to libmysql
    Описание: 
    The Mysql2 gem is meant to serve the extremely common use-case of
    connecting, querying and iterating on results. Some database libraries
    out there serve as direct 1:1 mappings of the already complex C APIs
    available. This one is not.
    
    It also forces the use of UTF-8 [or binary] for the connection [and all
    strings in 1.9, unless Encoding.default_internal is set then it will
    convert from UTF-8 to that encoding] and uses encoding-aware MySQL API
    calls where it can.

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

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

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


    16 апреля 2019 г. Pavel Skrylev 0.5.2-alt2
    - Use Ruby Policy 2.0
    26 июля 2018 г. Andrey Cherepanov 0.5.2-alt1.1
    - Rebuild with new Ruby autorequirements.
    8 июля 2018 г. Andrey Cherepanov 0.5.2-alt1
    - New version.
    - Package as gem.