napkin-backend-sqlite-2.0.0
Safe HaskellNone
LanguageGHC2024

Napkin.Parse.TH.Sqlite

Synopsis

Documentation

slSQL :: QuasiQuoter #

QuasiQuoter for declaring a Query in Sqlite backend with TemplateHaskell

slSQLSExp :: QuasiQuoter #

QuasiQuoter for declaring a SExp in Sqlite backend with TemplateHaskell

slSQLSelExps :: QuasiQuoter #

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

slSQLFrom :: QuasiQuoter #

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