What databases does SpinApp provision?
SpinApp provisions PostgreSQL (with pgvector), MySQL, MariaDB, and SQLite for Laravel local dev.
Details
SpinApp “Migrations-ready databases” that it provisions for Laravel local development. SpinApp supports:
- PostgreSQL with pgvector
- MySQL
- MariaDB
- SQLite
SpinApp connects the provisioned database before you run artisan migrate and writes credentials to your .env automatically. SpinApp also supports running migrations in-container so artisan migrate runs against the provisioned database.