Node.js with a memory database and transactions

Is there a way to work with Node.js with a memory DB (e.g. nedb) and transactions? I want to use the memory in the database for performance, and I need a transaction to be able to do rollbacks if the operation is invalid.

+4
source share

Source: https://habr.com/ru/post/1623216/


All Articles