Package mysql-connector-c++: Information

    Source package: mysql-connector-c++
    Version: 1.1.11-alt1
    Build time:  Mar 7, 2019, 02:24 PM in the task #223977
    Category: System/Libraries
    Report package bug
    License: GPLv2
    Summary: A MySQL database connector for C++
    Description: 
    MySQL Connector/C++ is a MySQL database connector for C++ development. The
    MySQL driver for C++ can be used to connect to MySQL from C++ applications. The
    driver mimics the JDBC 4.0 API. It implements a significant subset of JDBC 4.0.
    
    The Driver for C++ is designed to work best with MySQL 5.1 or later. Note - its
    full functionality is not available when connecting to MySQL 5.0. You cannot
    connect to MySQL 4.1 or earlier.
    
    Using MySQL Connector/C++ instead of the MySQL C API (MySQL Client Library)
    offers the following advantages for C++ users:
    
        * Convenience of pure C++ - no C function calls
        * Support of a well designed API - JDBC 4.0
        * Support of a commonly known and well documented API - JDBC 4.0
        * Support of the object oriented programming paradigma
        * Shorter development times

    List of rpms provided by this srpm:
    libmysqlcppconn-devel (x86_64, i586, aarch64)
    libmysqlcppconn7 (x86_64, i586, aarch64)
    libmysqlcppconn7-debuginfo (x86_64, i586, aarch64)

    Maintainer: Aleksei Nikiforov


      1. cmake
      2. python3-dev
      3. libmysqlclient-devel
      4. gcc-c++
      5. boost-devel-headers

    Last changed


    Dec. 19, 2018 Aleksei Nikiforov 1.1.11-alt1
    - NMU: updated to version 1.1.11.
    Feb. 3, 2018 George V. Kouryachy 1.1.9-alt1
    - Autobuild version bump to 1.1.9
    - Fix overloaded buildreq
    Aug. 3, 2017 Igor Vlasenko 1.1.8-alt1_1
    - update by mgaimport