|
|
|
|
|
by guyromm
1667 days ago
|
|
that's actually precisely what i implemented in my postgrest-svelte starter template (https://github.com/guyromm/svelte-postgrest-template). ./pg_schema_dump.sh breaks down the schema into an entity-per-file structure at ./sql/schema, while.
./db_init.sh knows how to create a fresh database schema from this dump.
the per-file breakdown allows to nicely version the schema in git. |
|