Getting Started
Configuration
Troubleshooting
Drizzle Studio is a visual database manager designed to help you interact with your database directly through a web browser. It provides a user-friendly interface to view your tables, inspect data, and manage relationships without needing to write manual queries.
By connecting to your database, Drizzle Studio automatically detects your data structure and presents it in an organized dashboard, making it easier to navigate and understand your information.
To use Drizzle Studio, you typically run a command in your terminal that initializes the connection between the tool and your database.
localhost followed by a port number). Open this address in your web browser to access the dashboard.Note
Drizzle Studio needs access to your database connection details to display your schema. Ensure your project environment variables or configuration settings are correctly set up before starting the tool.
Tip
If you have complex relationships defined between your tables, ensure they are correctly set up in your schema. Drizzle Studio uses these definitions to help you navigate linked data easily.
Warning
If you encounter an error regarding "ambiguous relations," check your schema definitions. Misconfigured relationships can prevent the dashboard from correctly displaying how your data connects.
Caution
Drizzle Studio performs live operations on your database. Always ensure you have a backup of your data if you are performing bulk edits or deletions through the interface.