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
- Host: GitHub
- URL: https://github.com/quick-perf/quick-sql-test-data-web
- Owner: quick-perf
- License: apache-2.0
- Created: 2021-07-02T07:55:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T10:46:44.000Z (over 4 years ago)
- Last Synced: 2025-04-01T21:45:11.523Z (about 1 year ago)
- Topics: h2, hsqldb, mariadb, mysql, oracle, postgresql, sql, test, testing
- Language: Java
- Homepage: https://quickperf.io
- Size: 27 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.

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).