An open API service indexing awesome lists of open source software.

https://github.com/kaiwinter/dummyjdbc

dummyjdbc answers database requests with dummy data to be independent of an existing database.
https://github.com/kaiwinter/dummyjdbc

dummy-data junit mocking unit-testing

Last synced: 6 months ago
JSON representation

dummyjdbc answers database requests with dummy data to be independent of an existing database.

Awesome Lists containing this project

README

          

# dummyjdbc
[![CircleCI](https://circleci.com/gh/kaiwinter/dummyjdbc.svg?style=svg)](https://circleci.com/gh/kaiwinter/dummyjdbc)

dummyjdbc answers database requests of any application with dummy data to be independent of an existing database.

The library can either return dummy values, or values defined by you in a CSV file. The files are determined by the SQL query which makes this a very flexible tool. Also results of Stored Procedures can be mocked with data from CSV files.

For more details please see the [Wiki](https://github.com/kaiwinter/dummyjdbc/wiki)

## dummyjdbc at Maven Central
```xml

com.googlecode.dummyjdbc
dummyjdbc
1.3.1

```

## Overview

![Design](https://raw.githubusercontent.com/wiki/kaiwinter/dummyjdbc/images/dummyjdbc-design.png)