dwyl / alog

🌲 alog (Append-only Log) is an easy way to start using the Lambda/Kappa architecture in your Elixir/Phoenix Apps while still using PostgreSQL (with Ecto).
GNU General Public License v2.0
15 stars 2 forks source link

Configure repo #31

Closed Danwhy closed 5 years ago

Danwhy commented 5 years ago

Allows repo to be set in config.

Alog used to automatically determine the repo name based on the application name it was used in. It still does this, but only as a backup if the repo is not explicitly set in a config file.

This allows the repo to be named something other than the default name, and also allows us to use Alog in nested dependencies while still using the repo of the original calling application.