You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my use case, I wanted to be able to manage schemas through alembic as well as all of the views, functions etc that I need. To do this, I have thrown together a PGSchema ReplaceableEntity that hooks into your system so I was wondering if this is something you'd be interested in adding to the package as a supported module? Obviously would need a bit of work to tidy it up, make it safer and ensure it's cross-db compatible but just thought I'd offer.
Yes, I am interested in adding schema creation/dropping support. Maintaining schemas in migrations is typically low effort since they only need to be created once and don't require updates. For that reason, i haven't invested the time to do it yet
Hello @olirice! I am back with another issue.
For my use case, I wanted to be able to manage schemas through alembic as well as all of the views, functions etc that I need. To do this, I have thrown together a PGSchema ReplaceableEntity that hooks into your system so I was wondering if this is something you'd be interested in adding to the package as a supported module? Obviously would need a bit of work to tidy it up, make it safer and ensure it's cross-db compatible but just thought I'd offer.
Basic implementation:
The text was updated successfully, but these errors were encountered: