Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenson committed Jun 29, 2024
1 parent 33bd63e commit 15e9ec4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Some features of ripoff are:

- Model your fake data in one or more yaml files, god's favorite file format
- Provide templated yaml files in cases where a row in one table requires many other rows, or you want loops
- Ability to resolve dependencies (foreign keys) between generated rows, always running queries "in order"
- Due to deterministic random generation, re-running ripoff will perform upserts on all generated rows

# Installation
Expand Down Expand Up @@ -38,7 +37,7 @@ rows:
user_id: users:uuid(fooBar)
users:uuid(randomUser):
id: users:uuid(randomUser)
# A number of other random generation functions are available for use.
# Generate a random email with the seed "randomUser"
email: email(randomUser)
```
Expand Down

0 comments on commit 15e9ec4

Please sign in to comment.