napkin-backend-postgres-redshift-2.0.0
Safe HaskellNone
LanguageGHC2024

Napkin.Parse.TH.Postgres

Synopsis

Documentation

pgSQL :: QuasiQuoter #

QuasiQuoter for declaring a Query in Postgres backend with TemplateHaskell

pgSQLSExp :: QuasiQuoter #

QuasiQuoter for declaring a SExp in Postgres backend with TemplateHaskell

pgSQLSelExps :: QuasiQuoter #

QuasiQuoter for declaring one or many clauses of a select statement in Postgres backend with TemplateHaskell

pgSQLFrom :: QuasiQuoter #

QuasiQuoter for declaring a From ("from" keyword and a corresponding Relation) in Postgres backend with TemplateHaskell

pgSQLRel :: QuasiQuoter #

QuasiQuoter for declaring a Alias Relation (corresponds "table as alias" syntax) in Postgres backend with TemplateHaskell

rsSQL :: QuasiQuoter #

QuasiQuoter for declaring a Query in Postgres backend with TemplateHaskell

rsSQLSExp :: QuasiQuoter #

QuasiQuoter for declaring a SExp in Redshift backend with TemplateHaskell

rsSQLSelExps :: QuasiQuoter #

QuasiQuoter for declaring one or many clauses of a select statement in Redshift backend with TemplateHaskell

rsSQLFrom :: QuasiQuoter #

QuasiQuoter for declaring a From ("from" keyword and a corresponding Relation) in Redshift backend with TemplateHaskell

rsSQLRel :: QuasiQuoter #

QuasiQuoter for declaring a Alias Relation (corresponds "table as alias" syntax) in Redshift backend with TemplateHaskell

npgSQL :: QuasiQuoter #

QuasiQuoter for declaring a Query in Postgres backend with TemplateHaskell

npgSQLSExp :: QuasiQuoter #

QuasiQuoter for declaring a SExp in Postgres backend with TemplateHaskell