genna
genna copied to clipboard
Option for generated models to be written into multiple go files
For a very large existing database, it will make more sense if the generated structs are not all lumped into one single models.go
file, but instead, written out as separate files.
For this scenario, we can provide an option for the user to provide an output directory, so all these golang files can be written into this directory.