B
B
Barafu_Albino_Cheetah2018-06-06 08:22:17
Database
Barafu_Albino_Cheetah, 2018-06-06 08:22:17

Is there something like SQLite, but document-oriented?

A C++/Qt program Needs to store a small but very cleverly organized dataset, and ensure multiple local applications run simultaneously. Before me, the issue was solved by SQLite, but now with new additions to the dataset, this will generally be the finish line.
Tell the lib to work locally, like SQLite, but the workflow was more like MongoDB. And simultaneous read access, albeit with sequential write., would be very desirable.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2018-06-06
@Zarom

Lots of results on google. For example, https://unqlite.org

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question