View Source AshPostgres.CustomExtension behaviour (ash_postgres v1.3.45)

A custom extension implementation.

Link to this section Summary

Link to this section Callbacks

@callback install(version :: integer()) :: String.t()
@callback uninstall(version :: integer()) :: String.t()