This class is a wrapper to simplify mysql-connections and statements
- Boost C++ library
- MySQL Connector C++ library
The constructor handles also the connection to your mysql server: The constructor has maximum three parameter, but only the first param must be used.
- param: "server-adress"
- param: "username"
- param: "password" -- but use this carefully
If the parameter two and three aren't used, the consturctor ask you for username and password. The password input is hided by a simple lib class in /lib.