datagrip-poco-generator
datagrip-poco-generator copied to clipboard
Is it possible to Generate POCO base on DMV information on SQL Server
I was wondering is you ever try to extract what is available in SYS Schema. I tried to monitor our SQL server.
Hi @aleblanc70!
I didn't try that. I generate code using high-level DataGrip API. What is your case?
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.