Package: lazysql
Type: Package
Title: Lazy SQL Programming
Version: 0.1.3
Date: 2016-03-11
Description: 
    Helper functions to build SQL statements
    for dbGetQuery or dbSendQuery under program control.
    They are intended to increase speed of coding and
    to reduce coding errors. Arguments are carefully checked,
    in particular SQL identifiers such as names of tables or columns.
    More patterns will be added as required.
Authors@R: 
    person("Uwe", "Block", email = "u.block.mz@gmail.com",
           role = c("aut", "cre"))
URL: https://github.com/UweBlock/lazysql
BugReports: https://github.com/UweBlock/lazysql/issues
License: MIT + file LICENSE
LazyData: TRUE
Imports: checkmate (>= 1.7.2), magrittr, plyr
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-11 23:59:50 UTC; Uwe
Author: Uwe Block [aut, cre]
Maintainer: Uwe Block <u.block.mz@gmail.com>
Repository: CRAN
Date/Publication: 2016-03-12 06:16:37
Built: R 4.6.0; ; 2025-08-18 06:19:51 UTC; unix
