Prisma Studio style db explorer

Hey there! Anyone aware of a prisma studio style db-playground / db-admin-dashboard that works with drizzle? Would be super cool for developers and PMs alike ❤️
14 Replies
hachoter
hachoter13mo ago
I use table plus, doesn't work with drizzle because it just connects to the db directly
BracketJohn
BracketJohn13mo ago
Ah yeah, that’s a nice one - thing is: a) its a seperate app that everyone has to install and b) I manage multiple developer teams, so here the „advantage“ of prisma is, that it just has studio out of the box for free (: Thank you still for the answer, I think without the context I gave it is a valid one for many use-cases! (:
Shubham-Sinha
Shubham-Sinha13mo ago
Beekeeper Studio
The SQL Editor and Database Manager Of Your Dreams
Use Beekeeper Studio to query and manage your relational databases, like MySQL, Postgres, SQLite, and SQL Server.
BracketJohn
BracketJohn13mo ago
Thanks! Have you read my reply above? Would be happy for pointers that adress those points, namely not habing to install and run a separate binary for all of our team members (:
yamiteru
yamiteru13mo ago
We don't need SQL Editor like Beekeeper Studio. We need a proper CMS-like experience like Prisma Studio.
Yiannis
Yiannis13mo ago
Also beekeeper is quite expensive imo
Andrii Sherman
Andrii Sherman13mo ago
it's free
Yiannis
Yiannis13mo ago
Beekeeper Studio
Beekeeper Studio Pricing
All purchases provide a perpetual usage license (pay once, use the app forever). Prices in USD.
Yiannis
Yiannis13mo ago
When I opened it said it was on 14 day free trial
Yiannis
Yiannis13mo ago
Awesome! I was about to look for something else lol! Thank you!
TheSodaPopPanda
TheSodaPopPanda11mo ago
They just created something super similar to prisma studio
Yiannis
Yiannis11mo ago
Yeah it’s awesome!
Want results from more Discord servers?
Add your server
More Posts
Incorrect return type findFristHi! I just upgraded to `26.0` and I'm refactoring queries to `findFirst` where needed. But the retuRelations module - or conditionHi there! I have a teams table, an users table, and a team_members table that connects these two. AAre foreign key polyfills for PlanetScale supported by Drizzle?Hi Prisma supports this (although slow). See: https://www.prisma.io/docs/guides/database/planetscalTS error: Argument of type PgTableWithColumns is not assignable to parameter of type AnyPgTableHi all, after updating to latest i'm getting this TS error. This is my db creation and schema. ``` Many-to-many relational query issuesschema, relations, statements: https://gist.github.com/kylewardnz/37104f989807e96555ea856294a2b670 drizzle-kit: push wants to change column type that hasn't changedjust updated my dependencies: ``` dependencies: - drizzle-orm 0.25.4 + drizzle-orm 0.26.0 devDependedrizzle-kit doesn't seems picking up the default config TS (up:pg)Hi I'd like to report that the latest drizzle-kit `0.18.0` doesn't seems to detect my `drizzle.confBuild queries dynamically with conditions.How to build query on the basis of if-else conditions? I have tried doing it as below ``` let dbQuerdrizzle-kit: Error: Cannot find module 'drizzle-orm/version'Hi there, when I run the following command: `pnpx drizzle-kit generate:pg`, I get the following erroConditional logic within template strings not supported on raw MySQL queryI am trying to execute raw SQL query with some conditional logic but it always fails. It's working f