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
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