Hello,
The project README mentions: "In a nodejs/node-webkit environment LokiJS also persists to disk whenever an insert, update or remove is performed.".
Is this accurate? I tried to look for this functionality in the source and it doesn't seem to be there - nor could I reproduce it with code. It looks like we have to explicitly call db.save() when we want an on-disk checkpoint created.
Am I missing something? If not, might be worth correcting.
Hello,
The project README mentions: "In a nodejs/node-webkit environment LokiJS also persists to disk whenever an insert, update or remove is performed.".
Is this accurate? I tried to look for this functionality in the source and it doesn't seem to be there - nor could I reproduce it with code. It looks like we have to explicitly call db.save() when we want an on-disk checkpoint created.
Am I missing something? If not, might be worth correcting.