Skip to content

Commit 372a9b2

Browse files
committed
Update Readme
1 parent 1f2e5be commit 372a9b2

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The library automatically:
3030
* sorts insert statements to accommodate *foreign key constraints*
3131
* sorts insert statements following *primary key values*
3232

33+
[Another project](https://github.com/quick-perf/web-sql-test-data-generator#web-sql-test-data-generator) provides a web page to ease the use of the _SQL test data generator library_.
34+
3335
## How to use the library
3436

3537
With Maven, you have to add the following dependency:
@@ -46,12 +48,13 @@ With Maven, you have to add the following dependency:
4648
You can generate the insert statements with the help of an instance of `org.stdg.SqlTestDataGenerator` class.
4749

4850
_SQL test data generator_ works with:
49-
* H2
50-
* HSQLDB
51+
* PostgreSQL
52+
* Oracle
5153
* MariaDB
52-
* Microsoft SQL Server
5354
* MySQL
54-
* PostgreSQL
55+
* Microsoft SQL Server
56+
* H2
57+
* HSQLDB
5558

5659
## Use cases
5760

0 commit comments

Comments
 (0)