ExportSQLite is a plugin for MySQL Workbench to export a schema catalog as SQLite's CREATE SQL queries. This is a Python port of original Lua script for using with MySQL Workbench 6.2 or above.
- Open MySQL Workbench
- Choose "Install Plugin/Module..." in "Scripting" menu
- Open
export_sqlite_grt.py
file - Restart MySQL Workbench
Once you open a database model in MySQL Workbench, you can see "Export SQLite CREATE script" in "Tools > Catalog" menu. Just choose it.
The original Lua plugin is released under GPLv3 so this Python version inherits it.