Skip to content

Shadowsith/MySqlConn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySqlConn -- simplify mysql-connector-c++

This class is a wrapper to simplify mysql-connections and statements

Third party requirements:

  • Boost C++ library
  • MySQL Connector C++ library

Documentation:

member variables

constructors

The constructor handles also the connection to your mysql server: The constructor has maximum three parameter, but only the first param must be used.

  1. param: "server-adress"
  2. param: "username"
  3. 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.

About

A mysql-connector-cpp wrapper class to handle mysql-connctions/statements in a easier way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors