geolix v0.16.0 Release Notes

Release Date: 2018-02-21 // about 6 years ago
    • ✨ 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