As long as the data is mostly text/int type stuff, the easiest way to transfer data between database types is to dump it to a CSV and import that CSV into the new database. CSV notation is fairly standard and usually work across the major db’s nicely.