We want to translate PostgreSQL dump into MySQL (for MariaDB ultimatively) and from a ~2GB dump we saw that some researchers use the Postgres LIKE operator as ~~ and NOT LIKE !~~ also. Could you add support for those? I manually translated them now with sed.
Thank you for your project!