I want to convert my current DB to Postgres. I want not only data conversion (RazorSQL solved this problem) but also indexes migration (just creating the same one in postgres automatically) and autoincrement migration (autoincrement value from each mysql table to sequence start value in postgres tables).
I'm using MacOS and I would be happy to find solution (if it's real) for this OS.
Thank you!