Skip to content

Commit

Permalink
Seed (#472)
Browse files Browse the repository at this point in the history
* v1 for seed

* partly added generators in seed-overview

* formatting

* added rest of generators and complex example to seed-overview

* Fixes for seed docs

* Restructure

* added tabs

* small fixes

* Add a few changes to docs

* Finish docs

* added arraySize in generators doc

* seed-versioning

* Update seed versioning docs

* seeding with partially exposed schema

* seed-guide fixes

* Small guide fixes

* seed guide, seeding using 'with' option

---------

Co-authored-by: AndriiSherman <[email protected]>
  • Loading branch information
OleksiiKH0240 and AndriiSherman authored Dec 31, 2024
1 parent ed8996a commit 6277751
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/guides/_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
["postgis-geometry-point", "PostGIS geometry point"],
["postgresql-local-setup", "Local setup of PostgreSQL"],
["mysql-local-setup", "Local setup of MySQL"],
["seeding-with-partially-exposed-tables", "Seeding Partially Exposed Tables with Foreign Key"]
["seeding-with-partially-exposed-tables", "Seeding Partially Exposed Tables with Foreign Key"],
["seeding-using-with-option", "Seeding using 'with' option"]
]
Loading

0 comments on commit 6277751

Please sign in to comment.