You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+30-21
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,39 @@
10
10
11
11
------
12
12
13
-
> This package is a work-in-progress, and the goal is to keep improving the migration stub: [database/migrations/optimize_database_settings.php.stub](https://github.com/nunomaduro/laravel-optimize-database/blob/main/database/migrations/optimize_database_settings.php.stub). At the moment, it only supports SQLite, but I am open to adding support for other database types.
13
+
> This package is a work-in-progress, therefore you should not use it in production - and **always** backup your database before requiring it through Composer.
This package publish a migration that will apply good defaults to your SQLite database, making it faster and more production-ready.
18
+
This package provides a simple way to optimize your SQLite database in Laravel; it's a good starting point for production-ready SQLite databases. At the time of this writing,
19
+
it applies the following settings:
16
20
17
-
> **Requires [PHP 8.2+](https://php.net/releases), [SQLite 3.46+](https://www.sqlite.org/changes.html) and [Laravel 11.0+](https://laravel.com)**
0 commit comments