Integrate.Replication.Config (IntegrateDB v0.1.0) View Source

Replication config helpers.

Link to this section Summary

Functions

Allows Integrate.Replication's epgsql connection to "just work" with the existing Repo database connection config (including a DATABASE_URL).

Link to this section Functions

Link to this function

parse_repo_config_into_epgsql_config()

View Source

Allows Integrate.Replication's epgsql connection to "just work" with the existing Repo database connection config (including a DATABASE_URL).

This can be avoided by explicitly passing an epgsql: [host: 'lala', ...] section in your Integrate.Replication config.