Safe Haskell | Safe-Inferred |
---|
IHP.IDE.Data.Controller
Contents
Documentation
connectToAppDb :: (?context :: ControllerContext) => IO Connection Source #
fetchTableNames :: Connection -> IO [Text] Source #
fetchTableCols :: Connection -> Text -> IO [ColumnDefinition] Source #
updateValues :: (Semigroup a, IsString a) => [(a, a)] -> [a] Source #
Orphan instances
Controller DataController Source # | |
FromField DynamicField Source # | |
Methods fromField :: FieldParser DynamicField | |
FromRow ColumnDefinition Source # | |
Methods fromRow :: RowParser ColumnDefinition | |
ToJSON [DynamicField] Source # | |
Methods toJSON :: [DynamicField] -> Value # toEncoding :: [DynamicField] -> Encoding # toJSONList :: [[DynamicField]] -> Value # toEncodingList :: [[DynamicField]] -> Encoding # |