From b21d0dbfc656709f82735efc67ef5d364fa81370 Mon Sep 17 00:00:00 2001 From: Danny Date: Fri, 25 Apr 2025 03:54:04 +0100 Subject: [PATCH] Make MySQL default database --- README.md | 5 +---- config/spinner.yaml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 81b235c..44e1b33 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,13 @@ Effortlessly create custom Docker environments for each of your PHP projects. Ou - **PHP 8.4** (includes XDebug & OpCache) - **Nginx** -- **SQLite3** +- **MySQL 9.3** - **NodeJS 23** (Node, NPM, & NPX) Your project directory is automatically mounted to the PHP container, and the `public` directory is served via Nginx at `http://localhost:`. Access the container directly from your terminal to execute unit tests or other commands, all within an isolated environment. -> **Note:** Loom Spinner CLI is in early development. For now, only SQLite is supported as the database, but more options -> are on the way in future updates. - # Installation **Requirements:** diff --git a/config/spinner.yaml b/config/spinner.yaml index 27e8cca..ab34b00 100644 --- a/config/spinner.yaml +++ b/config/spinner.yaml @@ -9,5 +9,5 @@ options: enabled: true database: enabled: true - driver: sqlite3 + driver: mysql rootPassword: docker \ No newline at end of file