# Functions
FromMySQL converts query from MySQL format into SQLite.
FromMySQLCreateTable converts SQL CREATE TABLE query from MySQL format into SQLite.
OpenMem opens connection to in-memory database To be used in unit tests.
OpenMemWithMySQLImport opens connection to in-memory database and loads SQL files into it.