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

    Бинарный пакет: gem-mysql2
    Версия: 0.5.3-alt1
    Архитектура: ppc64le
    Собран:  30 сентября 2022 г. 14:40 в задании #300222
    Исходный пакет: gem-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

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


    1 апреля 2020 г. Pavel Skrylev 0.5.3-alt1
    - ^ 0.5.2 -> 0.5.3
    - ! spec tags and syntax
    16 апреля 2019 г. Pavel Skrylev 0.5.2-alt2
    - > Ruby Policy 2.0
    26 июля 2018 г. Andrey Cherepanov 0.5.2-alt1.1
    - Rebuild with new Ruby autorequirements.