D
D
Dmitry X2021-08-23 08:57:14
C++ / C#
Dmitry X, 2021-08-23 08:57:14

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

2 answer(s)
1
12rbah, 2021-08-23
@1MK-Ultra

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

R
res2001, 2021-08-23
@res2001

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 question

Ask a Question

731 491 924 answers to any question