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

How to generate postgres functions under schema other than public #368

Open
pdemacs opened this issue Sep 2, 2022 · 0 comments
Open

How to generate postgres functions under schema other than public #368

pdemacs opened this issue Sep 2, 2022 · 0 comments

Comments

@pdemacs
Copy link

pdemacs commented Sep 2, 2022

I am using following command to generate go code

xo schema -s pg://postgres:postgres@localhost:5432 -o ./

This generates go code for all the tables but it does not generates any functions is there some additional option that needs to be given for generating functions when using non public schema?

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