I can use pgloader to transfer my sqlite database to postgres as described in this quickstart page. But the result is all my tables’ names are lowercases. e.g. TestName -> testname Is there any way I can preserve the uppercase in my table names?Read more