Package: dbi.table
Type: Package
Title: Database Queries Using 'data.table' Syntax
Version: 1.0.1
Depends: data.table
Imports: DBI, bit64, dbplyr, methods, rlang, stringi, utils
Suggests: R.utils, RSQLite, duckdb, testthat (>= 3.0.0), knitr,
        rmarkdown
Description: 
  Query database tables over a 'DBI' connection using 'data.table' syntax.
  Attach database schemas to the search path. Automatically merge using foreign
  key constraints.
License: MPL-2.0
URL: https://github.com/kjellpk/dbi.table
BugReports: https://github.com/kjellpk/dbi.table/issues
VignetteBuilder: knitr
Encoding: UTF-8
Authors@R: c(
  person(given = c("Kjell", "P."),
         family = "Konis",
         role = c("aut", "cre"),
         email = "kjellk@gmail.com"))
Config/testthat/edition: 3
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-12-09 13:46:57 UTC; kjellk
Author: Kjell P. Konis [aut, cre]
Maintainer: Kjell P. Konis <kjellk@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-10 21:30:05 UTC
