Mukesh Kumar Tiwari

Mukesh Kumar Tiwari

  • NA
  • 980
  • 243.4k

Is Database first concept in Node.js( Sequalize Orm or any other lib )

Sep 22 2020 11:30 AM
hello every one,
 
I am looking for a solution, when I can use the existing database, using node js  ORM(seqalize or any other library) as db first concept like entity or linq. I mean I want to generate model using node.js orm based on existing  database. 
 
is there any way?  I googled and r&d for 2 days, but I couldn't get the solution.