将 MySQL 转换为 SQLite

2021-11-20 00:00:00 mysql sqlite

是否可以使用 Windows 上的免费工具从 MySQL 转换为 SQLite?

Is it possible to convert from MySQL to SQLite with a free tool on windows?

推荐答案

GitHub

如标题中所述,脚本可以这样使用:

As described in the header, the script can be used like this:

./mysql2sqlite.sh myDbase | sqlite3 database.sqlite

<小时>

替代方案

  • 更新版本https://github.com/dumblob/mysql2sqlite
  • 一个更简单的脚本发布在 MySQL 论坛

相关文章