Answer the question
In order to leave comments, you need to log in
Is there a clear instruction for working with the sqlite library for C++?
Started learning C++. It was required to work with any DB. Decided to choose sqlite. Rummaged all Internet, there are no libraries with the distinct documentation. Namely, it is not clear how to open the database, it is not clear how to select data into memory, how to access the selected data.
Answer the question
In order to leave comments, you need to log in
I also rummaged through everything I could, but then I decided to look in the secret part of the Internet and found this
1
2
God knows where you are looking. Have you tried visiting the sqlite site?
For ALL database-type tools, there are native (from the tool manufacturer) client libraries for at least C. Because this library opens up possibilities for using the tool on any other programming language. There is no point in creating a tool that cannot be used.
For pluses, as a rule, they make a light wrapper over the Cish library, support for the rest of the YaPs is being pulled up slowly.
SQLITE: https://www.sqlite.org/cintro.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question