Allow installing migrations into existing schema
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 126
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
Mostly for improved security. One postgres user could be used for creating the schema (and managing database objects, including `pgcrypto`), while Graphile worker runs with a different user with the appropriate privileges within it's schema. Also might allow for separation of concerns if, for instance, database objects are managed by a separate team.
This was previously requested in https://github.com/graphile/worker/issues/12, but I'm opening a new issue since the schema-name is already configurable, making this more feasible.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.