Package: dbi.table
Type: Package
Title: Database Queries Using 'data.table' Syntax
Version: 1.0.5
Depends: R (>= 3.6.0)
Imports: DBI, bit64, dbplyr, methods, rlang, stringi, utils
Suggests: RMariaDB, RPostgres, RSQLite, data.table, duckdb, knitr,
        rmarkdown, testthat (>= 3.0.0), withr
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"),
  person(given  = "Luis",
         family = "Rocha",
         role = "ctb",
         comment = "Chinook Database - see example_files/LICENSE")
  )
Config/testthat/edition: 3
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-09-19 22:47:34 UTC; kjellk
Author: Kjell P. Konis [aut, cre],
  Luis Rocha [ctb] (Chinook Database - see example_files/LICENSE)
Maintainer: Kjell P. Konis <kjellk@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-19 23:10:03 UTC
Built: R 4.4.3; ; 2025-10-21 15:02:36 UTC; windows
