Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple schemas, similar to multiple tables #26

Open
RickeyWard opened this issue Jul 22, 2022 · 0 comments
Open

Support multiple schemas, similar to multiple tables #26

RickeyWard opened this issue Jul 22, 2022 · 0 comments

Comments

@RickeyWard
Copy link

Allow passing multiple -s and generating several schemas at once into the same file, similar to the table flag. currently have to run the command multiple times for different schemas and since they aren't aware of each other can sometimes cause issues.

possible issue not directly related but could be solved with this feature:
this could be a bug in type generation, where its seeing the type but not finding it in other schemas (just creates a ts file with errors) but if I could just generate -s public -s custom, they would be in the same fine and it would be fine. Not sure which is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant