rigofunc
rigofunc
If one command have options with suggenstions, the help view should output the suggestions. Or I lost something?
Support MySQL multiple databases/tables sharding in the same model. see [my article](http://www.xyting.org/2017/03/25/EFCore-Support-MySQL-Multiple-Databases-And-Tables-sharding.html) about this. > In MySQL, physically, a schema is synonymous with a database. You can substitute the keyword...
We can use the modify history to recovery/rollback the changing.
Currently we using `ToExcel` to save the `IEnumerable` to excel file, but in .NET work, the name `SaveTo` is more idioms
Currently, if without any configuration, the default behavior is using the POCO's property as title, but the better solution is: assume the property name is `PropertyName`, the title SHOULD be...
Currently, the the first row is the title row, but, in some cases (e.g. exporting to the specify excel template, the title row had exist), the title row SHOULD be...
Currently only load the data from excel first sheet or specified sheet, but if the data very very large, SHOULD support load from multiple sheets.
Integrated with cli so that can use like this: ``` dotnet codegen -t assembly -connectionstring "db connection string"; dotnet codegen -t project -connectionstring "db connection string" ```