Setting Up Turso Database
Configure Turso as your Mix database backend
Overview
This guide walks you through configuring Turso as your database backend for Mix using an automated setup script.
Create account on turso
Register a new account at https://app.turso.tech or sign in
Run the Setup Script
Execute the automated setup script from your project root to complete database configuration.
./scripts/setup-turso.sh
Next Steps
Start the development server with make dev
to begin using Turso database in Mix.