Question: Is LokiJS concurrent process safe?
Author: rayzorbenCreated Nov 3, 2024Updated Nov 3, 2024
If I have multiple node processes all accessing the same file database, is it safe?
- Will it cause corruption
- Will it report conflicts (ideal)
- Will the most recent update 'win' if the same record is updated by both (not ideal but okay)
Source: techfort/LokiJS