apps/docs/content/docs/studio/index.mdx
Prisma Studio works with or without Prisma ORM and supports the following workflows:
# With Prisma project
npx prisma studio
# With direct database connection
npx prisma studio --url="postgresql://user:password@localhost:5432/dbname"