IHP Api Reference
Safe HaskellSafe-Inferred

IHP.IDE.SchemaDesigner.Controller.Helper

Documentation

readSchema :: (?context :: ControllerContext, ?modelContext :: ModelContext, ?theAction :: controller) => IO [Statement] Source #

updateSchema :: (?context :: ControllerContext, ?modelContext :: ModelContext, ?theAction :: controller) => ([Statement] -> [Statement]) -> IO () Source #

Orphan instances