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
Is your feature request related to a problem? Please describe.
Most of the initial setup for a resource(HTML/JSON) is repetitive and Phoenix has phx.gen.{html, json} to generate code based on Context and Schema.
Describe the solution you'd like
User should be able to generate resources that work with the modified ArangoPhx.Repo
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Most of the initial setup for a resource(HTML/JSON) is repetitive and Phoenix has
phx.gen.{html, json}
to generate code based on Context and Schema.Describe the solution you'd like
User should be able to generate resources that work with the modified
ArangoPhx.Repo
The text was updated successfully, but these errors were encountered: