Include the composer autoloader, import the Import namespace. Define your database file path and credentials, the option dropTables, when set to true, will delete all the tables in the database before ...
Usage: db-to-sqlite [OPTIONS] CONNECTION PATH Load data from any database into SQLite. PATH is a path to the SQLite file to create, e.c. /tmp/my_database.db ...