Package: dbx Type: Package Title: A Fast, Easy-to-Use Database Interface Version: 0.4.0 Date: 2025-03-17 Authors@R: person("Andrew", "Kane", email = "andrew@chartkick.com", role = c("aut", "cre")) Description: Provides select, insert, update, upsert, and delete database operations. Supports 'PostgreSQL', 'MySQL', 'SQLite', and more, and plays nicely with the 'DBI' package. URL: https://github.com/ankane/dbx BugReports: https://github.com/ankane/dbx/issues License: MIT + file LICENSE RoxygenNote: 7.3.1 Encoding: UTF-8 Imports: DBI (>= 1.0.0) Suggests: testthat (>= 1.0.2), urltools (>= 1.7.0), RSQLite (>= 2.1.2), RMariaDB, RMySQL (>= 0.10.20), RPostgres, RPostgreSQL, hms, jsonlite, blob, odbc Repository: https://ankane.r-universe.dev Date/Publication: 2026-01-07 23:22:42 UTC RemoteUrl: https://github.com/ankane/dbx RemoteRef: HEAD RemoteSha: f2e4b058f1a23581d91bfac7038b0c6e03cf6f55 NeedsCompilation: no Packaged: 2026-06-07 10:36:37 UTC; root Author: Andrew Kane [aut, cre] Maintainer: Andrew Kane