Database
Turso
Turso under Nuxt makes sense when reads should happen near the visitor and Nitro is deployed to more than one region. Put Better Auth's tables and the Stripe mirror in one primary database, use replicas for the read-heavy product data, and make writes explicitly go upstream. SQLite's small footprint also means a local file during development behaves like production, which removes a whole class of environment-only bugs from the loop.