Safe Haskell | None |
---|---|
Language | GHC2024 |
Synopsis
Documentation
slSQL :: QuasiQuoter #
QuasiQuoter
for declaring a Query
in Sqlite
backend with TemplateHaskell
QuasiQuoter
for declaring a SExp
in Sqlite
backend with TemplateHaskell
QuasiQuoter
for declaring one or many clauses of a select statement in Sqlite
backend with TemplateHaskell
QuasiQuoter
for declaring a From
("from" keyword and a corresponding Relation
) in Sqlite
backend with TemplateHaskell
slSQLRel :: QuasiQuoter #
QuasiQuoter
for declaring a Alias
Relation
(corresponds "table as alias" syntax) in Sqlite
backend with TemplateHaskell