This package should optimize SQLite for usage in Laravel. Inspired by the Article from Italo Baeza Cabrera
You can install the package via composer:
composer require ahoicloud/laravel-sqlite-optimize
php artisan sqlite:wal-enable sqlite
Where sqlite
is the connection name.
php artisan sqlite:backup
Puts a backup for the sqlite file in the directory database_path(backup/) path
composer test
Please see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.