I am trying out Node.js Express framework, and looking for plugin that allows me to interact with my models via console, similar to Rails console. Is there such a thing in NodeJ
I am not very experienced in using node, but you can enter node in the command line to get to the node console. I then used to require the models manually