I'm trying to use the mySQL c++ connector library (X DEV API) to communicate with a mySQL database.
I thought the mySQL structure were something like this:
Database -> Table -> Data
but in the c++ connector user guide they talk about accessing collections. Does anyone know what these collections are? Are they another way of storing data instead of in a table?
Link to the c++ connector user guide