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

https://github.com/quick-perf/quick-sql-test-data-web

Web page to quickly create SQL test data
https://github.com/quick-perf/quick-sql-test-data-web

h2 hsqldb mariadb mysql oracle postgresql sql test testing

Last synced: 2 months ago
JSON representation

Web page to quickly create SQL test data

Awesome Lists containing this project

README

          

# Web interface for [*Quick SQL test data*](https://github.com/quick-perf/sql-test-data-generator#sql-test-data-generator)

This project provides a web page to ease the use of the [**Quick SQL test data**](https://github.com/quick-perf/sql-test-data-generator#sql-test-data-generator) library.

![web page](./web-page-screenshot.jpg)

To launch the application in the demo mode:
* Use _demo_ Maven profile
* Enable _demo_ Spring profile (-Dspring.profiles.active=demo)

To configure the application with your database, complete the [application.properties file](src/main/resources/application.properties).