Category: Tutorial

  • Setting Up Turso with Next.js and Prisma

    Setting Up Turso with Next.js and Prisma

    There are two ways which you can use Turso, locally and through a connection Locally: Once you run, npx prisma generate, your dev.db file should be created and you’re ready for local development. Through a connection (Turso’s db) In order to do it through a connection we need to install the Turso CLI. Installing the…