Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data JSONBuildObjectFields Source #
Combine JSONBuildObjectFields
using (
<>
)
:: String | Field name |
-> Column a | Field value |
-> JSONBuildObjectFields |
jsonBuildObject :: JSONBuildObjectFields -> Column SqlJson Source #
Create an SqlJson
object from a collection of fields