Module

Selda.PG

Package
purescript-selda
Repository
Kamirus/purescript-selda

#showInsert1 Source

showInsert1 :: forall rlcols t. CanInsertColumnsIntoTable rlcols t => TableColumnNames rlcols => RowListLength rlcols => Table t -> RLProxy rlcols -> String

#showQuery Source

showQuery :: forall s i. GetCols i => FullQuery s (Record i) -> String

#showDeleteFrom Source

showDeleteFrom :: forall r' s r. TableToColsWithoutAlias r r' => Table r -> (Record r' -> Col s Boolean) -> String

#showUpdate Source

showUpdate :: forall r' s r. TableToColsWithoutAlias r r' => GetCols r' => Table r -> (Record r' -> Col s Boolean) -> (Record r' -> Record r') -> String