ash-project / ash

A declarative, extensible framework for building Elixir applications.
https://www.ash-hq.org
MIT License
1.63k stars 218 forks source link

ash.gen.resource with table #1594

Open flip111 opened 1 week ago

flip111 commented 1 week ago

When running ash.gen.resource a second time (for another model) I got an error about the first model and a solution to fix this

For example:

sqlite do
  table "the_table"
  repo YourApp.Repo
end

the solution is good, but couldn't ash.gen.resource generate this in the first place? Perhaps a new --table flag can be added. Or come up with a table name similar to the name of the resource