You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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