V
V
Vyacheslav Grachunov2020-03-01 20:32:08
Database
Vyacheslav Grachunov, 2020-03-01 20:32:08

Are there key:value databases that connect via a file rather than a network?

I'm looking for a key - value database with a connection through a file, not a network.
You need something like MongoDB, but connected like SQLite, through a file, to carry along with the program. At the same time, the base must support multithreading (the program itself is multithreaded)
. Something more or less mainstream and documented is desirable.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Korotenko, 2020-03-01
@firedragon

However, this is one of many, in my opinion Berkeley is too heavy
https://ru.wikipedia.org/wiki/Berkeley_DB

D
Dimonchik, 2020-03-01
@dimonchik2013

https://github.com/google/leveldb

S
Stanislav Makarov, 2020-03-01
@Nipheris

RocksDB
LevelDB
WiredTiger

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question