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

Added [Column] and [Table] annotations #6

Open michaelwiles opened 2 years ago

michaelwiles commented 2 years ago

So my table names have spaces in them so I need to be able to specify the column name via an annotation and also to remove the spaces when generating the c# field.

michaelwiles commented 2 years ago

hmmm needs some more work... for when columns have other invalid values for c# fields - symbols for example.