You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Prisma Studio does not support writing or executing raw SQL queries directly within the interface. This feature would greatly enhance developer productivity by allowing quick testing, debugging, and querying without leaving Prisma Studio.
Feature Request:
Add a dedicated panel or tab in Prisma Studio for running raw SQL queries against the connected database.
Provide syntax highlighting and error feedback for the SQL editor.
Display query results in a readable tabular format.