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.
export_sqlite_grt.py
fileOnce 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.