Postgrex.Extension.init

You're seeing just the callback init, go back to Postgrex.Extension module for more information.

Specs

init(Keyword.t()) :: state()

Should perform any initialization of the extension. The function receives the user options. The state returned from this function will be passed to other callbacks.