dittodb (Q77583): Difference between revisions
From MaRDI portal
Removed claim: imports (P585): rlang (Q54216) |
Changed an Item |
||||||||||||||
Property / last update | |||||||||||||||
| |||||||||||||||
Property / last update: 17 April 2023 / rank | |||||||||||||||
Property / software version identifier | |||||||||||||||
0.1.0 | |||||||||||||||
Property / software version identifier: 0.1.0 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.1.0 / qualifier | |||||||||||||||
publication date: 24 July 2020
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.1.1 | |||||||||||||||
Property / software version identifier: 0.1.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.1.1 / qualifier | |||||||||||||||
publication date: 29 July 2020
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.1.2 | |||||||||||||||
Property / software version identifier: 0.1.2 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.1.2 / qualifier | |||||||||||||||
publication date: 8 October 2020
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.1.3 | |||||||||||||||
Property / software version identifier: 0.1.3 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.1.3 / qualifier | |||||||||||||||
publication date: 10 October 2020
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.1.4 | |||||||||||||||
Property / software version identifier: 0.1.4 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.1.4 / qualifier | |||||||||||||||
publication date: 17 June 2022
| |||||||||||||||
Property / software version identifier | |||||||||||||||
0.1.7 | |||||||||||||||
Property / software version identifier: 0.1.7 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 0.1.7 / qualifier | |||||||||||||||
publication date: 13 August 2023
| |||||||||||||||
Property / last update | |||||||||||||||
13 August 2023
| |||||||||||||||
Property / last update: 13 August 2023 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / description | |||||||||||||||
Testing and documenting code that communicates with remote databases can be painful. Although the interaction with R is usually relatively simple (e.g. data(frames) passed to and from a database), because they rely on a separate service and the data there, testing them can be difficult to set up, unsustainable in a continuous integration environment, or impossible without replicating an entire production cluster. This package addresses that by allowing you to make recordings from your database interactions and then play them back while testing (or in other contexts) all without needing to spin up or have access to the database your code would typically connect to. | |||||||||||||||
Property / description: Testing and documenting code that communicates with remote databases can be painful. Although the interaction with R is usually relatively simple (e.g. data(frames) passed to and from a database), because they rely on a separate service and the data there, testing them can be difficult to set up, unsustainable in a continuous integration environment, or impossible without replicating an entire production cluster. This package addresses that by allowing you to make recordings from your database interactions and then play them back while testing (or in other contexts) all without needing to spin up or have access to the database your code would typically connect to. / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Jonathan Keane / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Mauricio Vargas / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: Apache License / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license: Apache License / qualifier | |||||||||||||||
edition/version: ≥ 2.0 (English) | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: R / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software: R / qualifier | |||||||||||||||
software version identifier: ≥ 3.3.0 | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: DBI / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: digest / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: glue / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: methods / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: rlang / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: utils / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: lifecycle / rank | |||||||||||||||
Normal rank |
Revision as of 10:05, 5 March 2024
A Test Environment for Database Requests
Language | Label | Description | Also known as |
---|---|---|---|
English | dittodb |
A Test Environment for Database Requests |
Statements
13 August 2023
0 references
Testing and documenting code that communicates with remote databases can be painful. Although the interaction with R is usually relatively simple (e.g. data(frames) passed to and from a database), because they rely on a separate service and the data there, testing them can be difficult to set up, unsustainable in a continuous integration environment, or impossible without replicating an entire production cluster. This package addresses that by allowing you to make recordings from your database interactions and then play them back while testing (or in other contexts) all without needing to spin up or have access to the database your code would typically connect to.
0 references