I am new in node JS, and try to implement CRUD using Node JS, Express JS , MS SQL, EJS. And I am already finished with CRUD.
But I am looking for some more reliable way to pass data or object from node to sql and vice versa.
I have to write an INSERT SQL query when I am going to insert record i.e creating entry in any table.
So, can any one know, is there any ORM which help me to deals with SQL query Like we deals in .net entity framework ?
Thank in advance.
You can use Sequelize ORM, it supports MSSQL: http://docs.sequelizejs.com/en/latest/docs/getting-started/