
The poco c++ libraries are a collection of open source c++ class libraries that simplify and accelerate the development of network-centric, portable applications in c++. the libraries integrate perfectly with the c++ standard library and fill many of the functional gaps left open by it.
poco is built strictly using standard ansi/iso c++, including the standard library. the contributors attempt to find a good balance between using advanced c++ features and keeping the classes comprehensible and the code clean, consistent and easy to maintain.
this package provides the poco mysql library.