Skip to content

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

License

Notifications You must be signed in to change notification settings

in355hz/dummyjdbc

This branch is 34 commits ahead of, 31 commits behind kaiwinter/dummyjdbc:master.

Repository files navigation

dummyjdbc

CircleCI

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

dummyjdbc at Maven Central

<dependency>
   <groupId>com.googlecode.dummyjdbc</groupId>
   <artifactId>dummyjdbc</artifactId>
   <version>1.3.1</version>
</dependency>

Overview

Design

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%