#939·LokiJS

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?

  1. Will it cause corruption
  2. Will it report conflicts (ideal)
  3. Will the most recent update 'win' if the same record is updated by both (not ideal but okay)