Translating Perl to Python

前端 未结 8 1487
[愿得一人]
[愿得一人] 2021-01-30 07:50

I found this Perl script while migrating my SQLite database to mysql

I was wondering (since I don\'t know Perl) how could one rewrite this in Python?

Bonus point

8条回答
  •  难免孤独
    2021-01-30 08:01

    Real issue is do you know actually how to migrate the database? What is presented is merely a search and replace loop.

提交回复
热议问题