V
V
Vitaly2017-02-07 21:42:11
Database
Vitaly, 2017-02-07 21:42:11

What are alternatives to sqlite?

You need a base for storing key-value data (preferably a json object), supported on five platforms (Windows, Linux, Mac, Android, iOS).
The SQLite variant seems to be the best so far, but its engines are based on the sql language, which I would like to get rid of. realm.io
seemed like a good alternative , but for some reason it is not supported on Windows. Perhaps you know better local cross-platform base implementations. Priority on read speed, atomicity is important, a driver for node.js is highly desirable

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Kirill, 2017-02-08
@vitali1995

For storing key-value pairs, I can definitely recommend leveldb .

R
Roman Mirilaczvili, 2017-02-07
@2ord

Berkeley D.B.

M
Maxim, 2019-12-10
@brzsmg

The simplest quick and ancient solution is "*.ini" or "*.cfg" file.

M
Michael, 2017-02-07
@mak_ufo

Redis

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question