We're a place where coders share, stay up-to-date and grow their careers.
NeDB Is still ok
NeDB keeps everything in-memory which makes it a no-go for me.
NeDB doesn't support TypeScript as good as @types/lokijs.
@types/lokijs
Also, far less consistency guaranteed than SQLite.
Not that lokijs or @lokidb/lokidb is better. However, lokijs seems to be one-man's work, yet recently updated in < 1 month. (vs NeDB.)
@lokidb/lokidb
As I have destroyed my database with lokijs before (i.e. cannot read anymore), I cannot be sure about NeDB -- especially on ACID guarantee.
NeDB Is still ok
NeDB keeps everything in-memory which makes it a no-go for me.
NeDB doesn't support TypeScript as good as
@types/lokijs
.Also, far less consistency guaranteed than SQLite.
Not that lokijs or
@lokidb/lokidb
is better. However, lokijs seems to be one-man's work, yet recently updated in < 1 month. (vs NeDB.)As I have destroyed my database with lokijs before (i.e. cannot read anymore), I cannot be sure about NeDB -- especially on ACID guarantee.