You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ The library automatically:
30
30
* sorts insert statements to accommodate *foreign key constraints*
31
31
* sorts insert statements following *primary key values*
32
32
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
+
33
35
## How to use the library
34
36
35
37
With Maven, you have to add the following dependency:
@@ -46,12 +48,13 @@ With Maven, you have to add the following dependency:
46
48
You can generate the insert statements with the help of an instance of `org.stdg.SqlTestDataGenerator` class.
0 commit comments