Skip to content

Comments

feat(postgres): support configurable schema#292

Closed
thomasjiangcy wants to merge 1 commit intoopenworkflowdev:mainfrom
thomasjiangcy:feat/postgres-custom-schema
Closed

feat(postgres): support configurable schema#292
thomasjiangcy wants to merge 1 commit intoopenworkflowdev:mainfrom
thomasjiangcy:feat/postgres-custom-schema

Conversation

@thomasjiangcy
Copy link
Contributor

Summary

  • add optional to options (default )
  • route Postgres runtime queries through schema-aware identifiers instead of hardcoded
  • validate schema names before running migrations/queries and harden migration SQL interpolation
  • update docs for Postgres/production to describe configurable schema usage
  • add tests for custom schema behavior and invalid schema names

Notes

Closes #291

@thomasjiangcy thomasjiangcy marked this pull request as draft February 13, 2026 15:27
@thomasjiangcy
Copy link
Contributor Author

Superseded by #293 (same changes on a signed-commit branch).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Postgres - allow custom schema

1 participant