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

A custom extension implementation.

Summary

Callbacks

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