which node.js embed database having a Browser based Console to watch the data

  1. I need a embed database which can run in process in a node.js server application.

  2. the embed database should having both inMemory and file Mode.

  3. the embed database should having a Browser based Console (or something others) to watch or edit the data.

Just like h2-database in Java

I do not care about which type of the database it is, Relational or NOSQL.

What are the possible options?

Here are two potential candidates: