rigofunc

Results 9 issues of 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...

enhancement
help wanted
todo

We can use the modify history to recovery/rollback the changing.

enhancement
help wanted
todo

Currently we using `ToExcel` to save the `IEnumerable` to excel file, but in .NET work, the name `SaveTo` is more idioms

todo

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...

enhancement
help wanted
todo

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...

help wanted
todo

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.

help wanted
todo

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" ```

enhancement
help wanted

Use README about whait's it and how to use it.

enhancement