Introduction

Getting a fast overview about the tables, relationships or data within my database can be very helpful. And thats exactly the purpose of Prisma Studio. Besides viewing the database I can even directly manipulate the it. In this short article I will walk through the setup.


All roads lead to Rome

There is not only one way to get an overview about the database. Previously I setup Supabase wich also offers me a good overview, but still sometimes it might be handy to also work with Prisma Studio.


Run Prisma Studio

In order for me to run Prisma Studio, all I need to do is open a new terminal within my project and run this command:

npx prisma studio

VS Code Extension

With the VS Code Extension it’s even easier to view my database, since I can access Prisma Studio directly within VS Code