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
I'm curious if there's been any consideration given to enabling the Postgres-backed Store to integrate seamlessly with migration frameworks like Alembic. Requiring the setup() function to be called at application startup—potentially modifying database schemas—is a significant divergence from conventional schema management practices. Moreover, this approach eliminates the possibility of rollback in case an issue arises.
I'd love to know if there's an existing roadmap or discussion about addressing this concern, or if others in the community share this perspective or have identified alternative solutions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm curious if there's been any consideration given to enabling the Postgres-backed Store to integrate seamlessly with migration frameworks like Alembic. Requiring the
setup()
function to be called at application startup—potentially modifying database schemas—is a significant divergence from conventional schema management practices. Moreover, this approach eliminates the possibility of rollback in case an issue arises.I'd love to know if there's an existing roadmap or discussion about addressing this concern, or if others in the community share this perspective or have identified alternative solutions.
Beta Was this translation helpful? Give feedback.
All reactions