Package: csdb
Title: An Abstracted System for Easily Working with Databases with
        Large Datasets
Version: 2025.7.30
Authors@R: c(
  person(c("Richard","Aubrey"), "White", email = "hello@rwhite.no", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6747-1726")),
  person(c("August", "Sørli"), "Mathisen", email = "august.sorli.mathisen@fhi.no", role = c("aut")),
  person("CSIDS", email = "hello@csids.no", role = c("cph"))
  )
Maintainer: Richard Aubrey White <hello@rwhite.no>
Description: Provides object-oriented database management tools for working with large datasets across multiple database systems. Features include robust connection management for SQL Server and PostgreSQL databases, advanced table operations with bulk data loading and upsert functionality, comprehensive data validation through customizable field type and content validators, efficient index management, and cross-database compatibility. Designed for high-performance data operations in surveillance systems and large-scale data processing workflows.
Depends: R (>= 4.1.0)
License: MIT + file LICENSE
URL: https://www.csids.no/csdb/, https://github.com/csids/csdb
BugReports: https://github.com/csids/csdb/issues
Encoding: UTF-8
LazyData: true
Imports: csutil, data.table, DBI, dplyr, fs, ggplot2, glue, methods,
        odbc, R6, S7, stringr, uuid
Suggests: testthat, knitr, rmarkdown, rstudioapi, digest, crayon
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-07-30 08:54:31 UTC; raw996
Author: Richard Aubrey White [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-6747-1726>),
  August Sørli Mathisen [aut],
  CSIDS [cph]
Repository: CRAN
Date/Publication: 2025-08-18 14:00:02 UTC
Built: R 4.4.3; ; 2025-10-21 14:05:14 UTC; windows
