From the section to copy another use is to use
sequel -C mysql://host1/database postgres://host2/database2
Is there a way to include username and password for both databases. Tried with no luck
sequel -C mysql://user:password@host1/database postgres://user2:password2@host2/database2