You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: