ruby - Using Sequelize like Rails console -
i new using nodejs , sequelize, coming rails. love sequelize , how it's similar activerecord. 1 thing miss though rails console can ar queries make sure logic correct or getting right data before putting code base. great testing migrations , associations.
is there similar sequelize can test queries without having run server , throwing controllers?
thanks!
you can run code in node.js console, start nodejs.exe (or whatever os using) in command line , write code in it