DEV Community

Discussion on: How to test Your API inside VSCODE

Collapse
 
pinalbhatt profile image
Pinal Bhatt

Nice extension. But where are these requests saved?

Collapse
 
mukul_singhal profile image
Mukul Singhal

From what I know These request are saved in a database called NeDB.
It is an Embedded persistent or in memory database for Node.js, nw.js, Electron and browsers, 100% JavaScript, no binary dependency.
You can learn more about it on :-
github.com/louischatriot/nedb