Download the PHP package tod/mysql-to-sqlite without Composer
On this page you can find all versions of the php package tod/mysql-to-sqlite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mysql-to-sqlite
Laravel mysql-to-sqlite
This is a Laravel wrapper for esperlu's mysql2sqlite.sh which converts a mysqldump to an Sqlite 3 compatible file.
- Usage
- Configuration
- Installation
Usage
You can run the default configuration
Running a single, default conversion configuration:
Configuration
- Publish the config...
For Laravel
Publish the config...
Add the following to app/Providers/AppServiceProvider.php
For Lumen
Publish the config...
Add the following to app/bootstrap/app.php
Installation
You're probably only using this for development, so we'll use require-dev
:
All versions of mysql-to-sqlite with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
illuminate/support Version >=5.0
illuminate/console Version >=5.0
illuminate/contracts Version >=5.0
symfony/process Version >=2.7
illuminate/support Version >=5.0
illuminate/console Version >=5.0
illuminate/contracts Version >=5.0
symfony/process Version >=2.7
The package tod/mysql-to-sqlite contains the following files
Loading the files please wait ....