Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    mysqlcppapi 1.7.5

    Download button

    No screenshots available
    Downloads: 426  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jonathan Wakely | More programs
    LGPL / FREE
    September 30th, 2005, 21:21 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    mysqlcppapi description

    mysqlcppapi is a C++ API for MySQL, forked off from MySQL++.

    mysqlcppapi is a C++ wrapper for the MySQL C API library.
    It is a branch of the MySql++ project, but it has diverged significantly for the following reasons:

    MySQL++ is aggressively optimised for speed, but optimisation should happen after the design is mature, and that optimisation should be targeted. Premature optimisation obscures the design and prevents it from improving.
    MySQL++ provides too many ways to do things instead of deciding on an interface. Again, this obscures the design.
    MySQL++ uses preprocessor macros to an extent that is unacceptable in a C++ library.

    These considerations mean that the interface has changed significantly and some areas of functionality have been removed completely because they are not maintainable.

    Some of this functionality may be added in future versions if it can be implemented in a sensible way. New types of interfaces should be added by subclassing or aggregating the existing simple classes rather than complicating the existing interfaces.

    As of mid-2005 the MySQL++ library is in new hands and is much improved. It is worth noting that MySQL++ is more actively maintained than mysqlcppapi and it might be a better choice to use.

    Requirements:

    · MySQL client library

    What's New in This Release:

    · All objects are classes with constructors and destructors, so all data is initialized.
    · Reference-counting is used to allow sharing of the various object instances and underlying connections, avoiding segfaults or complicated memory management.
    · All classes are in the mysqlcppapi namespace
    · There is now no public member data.
    · Many methods have been un-inlined, allowing a much clearer file structure.
    · The 'custom' and stored query interfaces have been removed because they made excessive use of preprocessor macros and perl-generated code.
    · Exceptions are no longer optional - they are part of the design.
    · The fields classes have been completely replaced.



    Product's homepage

      


    TAGS:

    C++ API | MySQL API | MySQL++ forked | mysqlcppapi | C++ | API

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM