是否可以使用 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
<小时>
替代方案
这篇关于将 MySQL 转换为 SQLite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!