olsh / datagrip-poco-generator

An extension for IntelliJ-based IDEs (DataGrip, Rider, etc.) to generate POCO (C#) classes from a database
MIT License
64 stars 25 forks source link

Is it possible to Generate POCO base on DMV information on SQL Server #4

Open aleblanc70 opened 5 years ago

aleblanc70 commented 5 years ago

I was wondering is you ever try to extract what is available in SYS Schema. I tried to monitor our SQL server.

olsh commented 5 years ago

Hi @aleblanc70!

I didn't try that. I generate code using high-level DataGrip API. What is your case?

aleblanc70 commented 5 years ago

I try to do a little utility so I can monitor our SQL server performance.. So if I can generate POCO for table in the sys schema of SQL server I could generate a class then use a micro-ORM to query those tables.