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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ created_at: past_date()
79
79
80
80
-**Simple language** — if you know what a function call looks like, you know the Copia DSL
81
81
-**Realistic data** — built on [Faker](https://faker.readthedocs.io/), 25+ generators out of the box
82
-
-**Relational-aware** — [`ref('table.column')`](https://gitmobkab.github.io/copia/generators/ref) samples from existing rows, so foreign keys just work
82
+
-**Relational-aware** — [`fetch('table.column')`](https://gitmobkab.github.io/copia/generators/fetch) samples from existing rows, so foreign keys just work
83
83
-**Interactive TUI** — write, preview, and insert without leaving your terminal
0 commit comments