ash-project / ash_postgres

The PostgreSQL data layer for Ash Framework
https://hexdocs.pm/ash_postgres
MIT License
140 stars 73 forks source link

Allow the `migration_path` and `snapshot_path` to be configured per repo. #426

Open jimsynz opened 2 days ago

jimsynz commented 2 days ago

An APS client with a number of repos in their app recently asked if it's possible to have ash_postgres honour Ecto's :priv config value. I think we should both honour that value, but also allow configuration of the migration path and snapshot path on a per-repo basis.