NextJS + Tauri + SQLite + Drizzle with migrations Install dependencies: npm install Run migrations: npm run migrate Start the app: npm run tauri dev Build the app: npm run tauri build