pachamaltese/dbtest-test: A Test Environment for DB Requests

Testing and documenting code that communicates with remote databases can be painful. Dealing with authentication, server state, and other complications can make testing seem too costly to bother with. But it doesn't need to be that hard. This package enables one to test all of the logic on the R sides of the database in your package without requiring access to the remote service. It also allows one to safely record real query results to use as test fixtures. The ability to save query results and load them offline also enables one to write vignettes and other dynamic documents that can be distributed without access to a live server.

Getting started

Package details

Maintainer
LicenseApache License (>= 2.0)
Version0.0.0.9000
URL https://jonkeane.com/dbtest https://github.com/jonkeane/dbtest
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("pachamaltese/dbtest-test")
pachamaltese/dbtest-test documentation built on Nov. 18, 2019, 12:04 a.m.