Skip to content

v0.16.0

Choose a tag to compare

@mneudert mneudert released this 21 Feb 08:38
· 267 commits to master since this release
17aef1d
  • Enhancements
    • Configuration can be done on supervisor (re-) start by setting a
      { mod, fun } tuple for the config key :init. This method will be
      called without arguments
    • Every configured database can define a { mod, fun } tuple for the config
      key :init. This method, called upon database supervisor (re-) start,
      receives the current database configuration and is expected to return the
      full configuration used for starting the individual database
    • Unloading a database now calls unload_database/1 of the unloaded
      database adapter passing the current configuration and expecting :ok as
      a result