Are you aware of any examples of how some people a...
# community-help
h
Are you aware of any examples of how some people are managing their migrations? I'm wondering if I want to write it as objects in timestamped json files, and apply as go and keep track of "where" we are in the migration, very similar to traditional rdb migration patterns OR if there is a better pattern somewhere. I believe I'll need to either write my own 'migrator', which shouldn't be too bad, since it's a well established pattern.