View Source MaxoUniRepo.Config (maxo_uni_repo v0.1.0)

All configuration options for :maxo_uni_repo package

Link to this section Summary

Functions

The main application name , eg: :my_app

The module name for the main repo, eg: MyApp.Repo

Repo responsible for MySQL

Repo responsible for Postgres

Repo responsible for Sqlite

Link to this section Functions

Link to this function

from_env(key, default \\ nil)

View Source

The main application name , eg: :my_app

The module name for the main repo, eg: MyApp.Repo

Repo responsible for MySQL

  • defaults to runtime generated module like MyApp.Repo.MysqlRepo

Repo responsible for Postgres

  • defaults to runtime generated module like MyApp.Repo.PsqlRepo

Repo responsible for Sqlite

  • defaults to runtime generated module like MyApp.Repo.SqliteRepo