fraenky8 / tables-to-go

convert your database tables to structs easily
MIT License
233 stars 42 forks source link

Add an option to continue through errors #19

Closed ronniegane closed 5 years ago

ronniegane commented 5 years ago

Currently the tool stops on the first table that it finds an error on.

It would be nice if there was a flag to continue so we can get structs for all tables that we can, and then we can just examine and manually construct the tables that wouldn't work.

fraenky8 commented 5 years ago

Good point - like it! Even we should make this the default behaviour and report errors in between or at the end of the conversion.