capture_requests        Capture and record database transactions and
                        save them as mocks
expect_sql              Detect if a specific SQL statement is sent
mock-db-methods         Methods for interacting with DB mocks instead
                        of an actual database
mockdb                  Run DBI queries against a mocked database
nycflights13_create_sql
                        Create a standardised database for testing
nycflights13_create_sqlite
                        Create an in-memory SQLite database for testing
nycflights_sqlite       An SQLite connection to a subset of
                        nycflights13
redact_columns          Redact columns from a dataframe with the
                        default redactors
set_dittodb_debug_level
                        Set 'dittodb"s debug level
use_dittodb             Use 'dittodb' in your tests
with_mock_path          Run the DBI queries in an alternate mock
                        directory
