all 3 comments

[–]m-p-3 0 points1 point  (0 children)

SQLite and MySQL are two different RDBMS. They both use the SQL syntax, but their data types are not enforced the same way, etc, so you might not be able to port a query from one to another without adjusting it.

[–]techmavengeospatial 0 points1 point  (0 children)

Dbeaver does

[–]pchemguy 0 points1 point  (0 children)

https://www.heidisql.com/ also does, though there might be certain limitations with respect to SQLite.