+ 1

Database in c++ program?

Is it possible to have a mysql database that works together with a c++ program? I want to make a database where I can store all the data that I need (just for fun) and access it by a c++ program or is there a better way? Let me know, thank you in advance.

10th Apr 2017, 9:37 PM
Alex VC
Alex VC - avatar
2 odpowiedzi
+ 3
SQLite: Browsers​, Android, iOS and lot of other platforms use this DB because it's so small and useful. It can be merged with C++, Java and many other languages as far as I know​. https://www.sqlite.org/
10th Apr 2017, 9:46 PM
Aaron Sarkissian
Aaron Sarkissian - avatar
+ 1
Thank you Aaron Sarkissian.
11th Apr 2017, 12:01 AM
Alex VC
Alex VC - avatar