Configure Prisma to work with your Turso database
Install the libSQL SDK and its Prisma driver
Retrieve database credentials
.env
.Enable the `driverAdapters` preview feature flag:
Generate Prisma client
Update your Prisma Client Instance
Database Migrations
20230922132717_init
with the name of your migration created from the npx prisma migrate dev
command.Query