Hacker News new | ask | show | jobs
by parkcedar 848 days ago
This looks awesome. I had this exact problem just last week and had to write my own tool to perform the migration in go. After creating the tool I thought this must be something others would use- glad to see someone beat me to it!

I think it’s clever keep the tool simple and only copy one table at a time. My solution was to generate code based on an sql schema, but it was going to be messy and require more user introspection before the tool could be run.

1 comments

thanks a lot for your comment, glad to hear we converged on a similar idea! :)