Platform.Program Json.Decode.Value (Model flags model msg) (Msg flags model msg)
An alias to elm's Platform.Program providing the type signature for a PostgRestAdmin program.
application : Json.Decode.Decoder (Internal.Config.Config f m msg) -> Program f m msg
Takes a Config and creates a PostgRestAdmin application.
See Config to check all configuration options.
main : PostgRestAdmin.Program Never Never
main =
PostgRestAdmin.application Config.init