Package: RSQL
Type: Package
Title: Database Agnostic Package to Generate and Process 'SQL' Queries
        in R
Version: 0.2.2
Language: en-US
Authors@R: c(
    person("Alejandro", "Baranek",,"abaranek@dc.uba.ar", c("cre", "aut")),
    person("Leonardo","Belen",,"leobelen@gmail.com", c("aut")))
Maintainer: Alejandro Baranek <abaranek@dc.uba.ar>
Description: Allows the user to generate and execute select, insert, update and delete 'SQL' queries the underlying database without having to explicitly write 'SQL' code. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Collate: 'sql-lib.R' 'util-lib.R' 'zzz.R'
Imports: lgr, R6, DBI
Suggests: RSQLite, RMySQL, RPostgres, knitr, rmarkdown, dplyr,
        testthat, covr, lintr, pkgdown
VignetteBuilder: knitr
BugReports: https://github.com/rOpenStats/RSQL/issues
URL: https://github.com/rOpenStats/RSQL
NeedsCompilation: no
Packaged: 2023-08-19 13:41:30 UTC; kenarab
Author: Alejandro Baranek [cre, aut],
  Leonardo Belen [aut]
Repository: CRAN
Date/Publication: 2023-08-19 14:02:39 UTC
Built: R 4.5.1; ; 2025-10-26 00:59:10 UTC; windows
