crisjohn02/sqlconverter

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Awk

Type:laravel

dev-master 2020-02-21 06:33 UTC

This package is auto-updated.

Last update: 2024-04-21 21:01:17 UTC


README

This package will dump your sql database then convert into sqlite3 database.

Installation

composer require crisjohn02/sqlconverter

Usage

php artisan convert:db

The converted file will then be inside the database folder.