napkin-1.0.0
Safe HaskellNone
LanguageGHC2021

Napkin.Render.Postgres

Documentation

Orphan instances

RenderSql AnnotateTableOrView Postgres # 
Instance details

RenderSql ArrayStructExp Postgres # 
Instance details

RenderSql DeleteFrom Postgres # 
Instance details

RenderSql DropTable Postgres # 
Instance details

RenderSql DropView Postgres # 
Instance details

Methods

renderSql :: Postgres -> DropView -> ME Doc #

RenderSql InsertIntoQuery Postgres # 
Instance details

RenderSql RenameTable Postgres # 
Instance details

RenderSql Actor Postgres # 
Instance details

Methods

renderSql :: Postgres -> Actor -> ME Doc #

RenderSql Grant Postgres # 
Instance details

Methods

renderSql :: Postgres -> Grant -> ME Doc #

RenderSql Object Postgres # 
Instance details

Methods

renderSql :: Postgres -> Object -> ME Doc #

RenderSql Privilege Postgres # 
Instance details

RenderSql ExternFun Postgres # 
Instance details

RenderSql From Postgres # 
Instance details

Methods

renderSql :: Postgres -> From -> ME Doc #

RenderSql Name Postgres # 
Instance details

Methods

renderSql :: Postgres -> Name -> ME Doc #

RenderSql Query Postgres # 
Instance details

Methods

renderSql :: Postgres -> Query -> ME Doc #

RenderSql Relation Postgres # 
Instance details

Methods

renderSql :: Postgres -> Relation -> ME Doc #

RenderSql SExp Postgres # 
Instance details

Methods

renderSql :: Postgres -> SExp -> ME Doc #

RenderSql CreateIndex Postgres # 
Instance details

RenderSql SetTableSchema Postgres # 
Instance details

RenderSql String Postgres # 
Instance details

Methods

renderSql :: Postgres -> String -> ME Doc #

RenderSql (CreateMaterializedView MaterializedViewMeta) Postgres # 
Instance details

RenderSql (CreateTable TableMeta) Postgres #

Commands

Instance details

RenderSql (CreateView ()) Postgres # 
Instance details

Methods

renderSql :: Postgres -> CreateView () -> ME Doc #

RenderSql a Postgres => RenderSql (Alias a) Postgres # 
Instance details

Methods

renderSql :: Postgres -> Alias a -> ME Doc #

RenderSql (Ref t) Postgres # 
Instance details

Methods

renderSql :: Postgres -> Ref t -> ME Doc #