Extract mysql setup to function

This commit is contained in:
Jorge Manrubia
2025-12-01 12:48:35 +01:00
parent 12de564176
commit cc6dcb6c5b
2 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ The full continuous integration tests can be run with:
### Database configuration
Fizzy works on SQLite by default and supports MySQL too. You can switch adapters with the `DATABASE_ADAPTER` environment variable. For example, to develop locally against MySQL:
Fizzy works with SQLite by default and supports MySQL too. You can switch adapters with the `DATABASE_ADAPTER` environment variable. For example, to develop locally against MySQL:
```sh
DATABASE_ADAPTER=mysql bin/setup --reset