Can split the generated file ? #363
-
My generated file is so large, it goes up to tens of thousands of lines and my editor becomes so lag . Can separate it to many files, maybe by each table ? |
Beta Was this translation helpful? Give feedback.
Answered by
Brendonovich
Jul 14, 2023
Replies: 1 comment 6 replies
-
This isn't currently possible, but shouldn't be too hard to implement. Could add a |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
branch = "folder-generate-mode"
instead oftag = ...
Change
output
in thegenerator
section to be a folder, not a fileAdd
client_format = "folder"
to thegenerator
sectionShould work without a hitch, except for any differences with unreleased changes on
main