Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The code for accessing any kind of database will always be reliant on which wrapper for the database you would like to use. In any case, <a href="http://www.google.com.uy/webhp?sourceid=chrome-instant&amp;ie=UTF-8&amp;ion=1#sclient=psy-ab&amp;hl=es-419&amp;site=webhp&amp;source=hp&amp;q=mysql%20C%2b%2b%20wrapper&amp;pbx=1&amp;oq=&amp;aq=&amp;aqi=&amp;aql=&amp;gs_sm=&amp;gs_upl=&amp;fp=3445cb8249b9da2a&amp;ion=1&amp;ion=1&amp;bav=on.2,or.r_gc.r_pw.,cf.osb&amp;fp=3445cb8249b9da2a&amp;biw=1024&amp;bih=486&amp;ion=1" rel="noreferrer">a quick google search for "MySQL C++ wrapper"</a> turned up <a href="http://www.mysql.com/products/connector/" rel="noreferrer">this very interesting official page on mysql drivers</a>. Which contains a <a href="http://www.mysql.com/downloads/connector/cpp/" rel="noreferrer">download link to the official C++ API</a>, along with some notes on its page. I don't know if the official driver is the best one out there, but it seems to be pretty nice and you can be sure that it will still be supported for as long as you use MySQL.</p> <p>I wish you luck.</p> <p>As a side-note, I've used <a href="http://www.mongodb.org/pages/viewpage.action?pageId=133409" rel="noreferrer">MongoDB's C++ driver</a>, and it was pretty good. Yet MongoDB is a <a href="http://www.google.com.uy/url?sa=t&amp;rct=j&amp;q=wikipedia%20nosql&amp;source=web&amp;cd=2&amp;ved=0CC4QFjAB&amp;url=http://en.wikipedia.org/wiki/NoSQL&amp;ei=4-IUT7HBIYrUgAeFpInJAw&amp;usg=AFQjCNG7cyNKsMoHFpGNQrBj3gLOVgtFjw" rel="noreferrer">NoSQL database</a> and might as well not be suited for your needs, although I suggest you look over it.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload