Please add CLI option to add prefix or suffix to converted table names. Something like: ```shell sqlite3mysql … --prefix converted_ --suffix _instrumented ... ``` So a SQLite source table named `my_table` will be created on MariaDB as `converted_my_table_instrumented`