Persist in-memory data to a file when developing Node.js LoopBack API's

InstructorBram Borggreve

Share this video with your friends

Send Tweet

In this lesson you will learn how to persist the data from the memory connector. As the name suggests, the memory connector stores the data in memory. This means that if you restart the server, the data is gone. In development mode it can be useful to store this data in a file, so it gets persisted between server restarts, and it can be easily inspected.