Package: sqltargets
Type: Package
Title: 'Targets' Extension for 'SQL' Queries
Version: 0.2.1
Authors@R: c(
      person("David", "Ranzolin", email = "daranzolin@gmail.com", role=c("aut", "cre", "cph"))
      )
Maintainer: David Ranzolin <daranzolin@gmail.com>
Description: Provides an extension for 'SQL' queries as separate file 
    within 'targets' pipelines. The shorthand creates two targets,
    the query file and the query result.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: cli, DBI, fs, glue, jinjar, purrr, readr, rlang, stringr,
        tarchetypes, targets, withr
URL: https://github.com/daranzolin/sqltargets
BugReports: https://github.com/daranzolin/sqltargets/issues
RoxygenNote: 7.2.1
Suggests: testthat (>= 3.0.0), RSQLite (>= 2.2.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-10-02 00:03:22 UTC; dranzolin
Author: David Ranzolin [aut, cre, cph]
Repository: CRAN
Date/Publication: 2024-10-02 04:10:02 UTC
Built: R 4.3.3; ; 2024-10-02 05:36:41 UTC; unix
