I'm currently working on a project which is responsible to generate database model based on its schema, I want to know is there any library in .Net which is able to parsing SQL Script file and allows me to:
Get Database name from script
Get Tables name
Get each table's columns
and anything you know for generating model
Any advice will be helpful.