# To open Prisma Studio. # You can view and manipulate data in the database directly! yarn rw prisma studio # Use the Migrate library. # Keeps your database schema in sync with your Prisma schema as it evolves yarn rw prisma migrate dev