Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ The library automatically:

_[Another project](https://github.com/quick-perf/quick-sql-test-data-web) provides a web page to ease the use of the _Quick SQL test data_ library._

## Why use this library and not AI?

- Correctness (real database constraints managed)
- Deterministic (never hallucinates)
- Faster than AI
- No token costs
- No data leakage (data stay local)

## How to use the library

With Maven, you have to add the following dependency:
Expand Down
Loading