Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugin support #69

Open
bplunkett-stripe opened this issue Sep 5, 2023 · 0 comments
Open

Add plugin support #69

bplunkett-stripe opened this issue Sep 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bplunkett-stripe
Copy link
Collaborator

bplunkett-stripe commented Sep 5, 2023

We allow diffing native Postgres schema objects. Hypothetically, we may be able to extend this to include diffing tangental items through plugins support.

Current plugin ideas:

  • Support for pg_cron and diffing pg_cron jobs

We will need to think about a good design for plugin support. How much should we expose to the plugins? If we expose too much interface, they will be annoying to maintain. If we expose too little, then they might have to re-hash a lot of our own internal functions. I'm leaning more towards the former than the latter, since our the internal implementations are not yet stable.

@bplunkett-stripe bplunkett-stripe added the enhancement New feature or request label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant