Alternatives to Drizzle Studio
A web-based database browser for viewing and editing data in SQL databases used with Drizzle ORM. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Drizzle Studio
A web-based database browser for viewing and editing data in SQL databases used with Drizzle ORM.
Replacements
Listings that take over the same core job as Drizzle Studio.
Prisma Studio
Visual browser and editor for databases described by a Prisma schema.
Prisma Studio is the equivalent browser and editor for projects using a Prisma schema, showing relations as navigable links, and runs on desktop and web.
Outerbase Studio
A lightweight open-source database GUI that runs in the browser for Postgres, MySQL and SQLite.
Outerbase Studio is an open-source browser-based GUI for Postgres, MySQL and SQLite that works without depending on any ORM.
Beekeeper Studio
A SQL client that is pleasant to look at and works the same on Windows, macOS and Linux.
Beekeeper Studio is a general desktop SQL client for many databases, independent of Drizzle ORM, with some paid features.
TablePlus
Native database client for many engines with a clean interface.
TablePlus is a native closed-source client for many engines that works without an ORM, with a free tier limiting tabs and connections.
DbGate
One database client for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite, Redis and a dozen more, on desktop or as a web app.
DbGate is an open-source client for SQL and NoSQL databases on desktop or as a web app, working without any ORM and adding schema compare.
pgweb
A web-based PostgreSQL client that ships as a single binary and runs in your browser.
pgweb is a single-binary web client that runs in the browser without an ORM, but it supports only PostgreSQL.
Similar software
Related functionality, not a direct replacement.
sqlc
Generate typed application code from SQL queries.
Dbmate
Manage database schema changes with plain SQL migration files.
Atlas
A command-line tool that manages database schemas as code and plans migrations automatically.
DBeaver Community
One database client for more than a hundred databases, with a proper SQL editor and ER diagrams.