MySQL GUI

This might be a dumb question, but for those of you on planetscale, what tool do you use to view your database data. During development I just used prisma studio, and perhaps that's ok in prod too? Or is there another tool that people use to view the data in the db?
B
brunoeduardodev321d ago
I know some people that use beekeperstudio: https://www.beekeeperstudio.io/ but for my usecases prisma studio seems fine
I
iCode321d ago
ah nice, ty for sharing. Yeah i am not sure why, but using prisma studio on a production db felt off to me... I think it my just be me using prisma studio so much during development, that seeing it might put my brain in development branch mode and i might run a command or delete something i shouldnt in a prod. enviroment
B
brunoeduardodev321d ago
yeah, you can see it like that lol anyways beekeeper seems to have a more heavy querying UI/UX, so might give you the feel of analyzing production's database
I
iCode321d ago
i downloaded beekeeper, it seems solid and was generally what i was looking for, thanks!
D
deforestor321d ago
And just to add to your skepticism, Prisma Studio has severely let me down in production, to the point I had to use PlanetScale's terminal. When you have old data that breaks the new database, Prisma Studio simply won't let you see and/or edit it because it queries with the ORM which will pass down the error from the query/edit Thank you for this
W
wolfmansbrother.321d ago
mysql workbench
Want results from more Discord servers?
Add your server
More Posts
Weird error in trpc procedureI am writing a simple create mutation but im getting some weird ts error. I tried restarting the ts 405 Error with S3 Presigned URL'sI currently have a 'PDF viewer' on my website which is suppose to render a PDF from my s3 bucket andunless if want to share components / utils between packages , why we need a mono repo ? T3 cli app ?The T3 Cli have www for the website and a cli , but they dont share any thing in common except the tNeed clerk webhook exampleI have been trying to configure a webhook to be called as soon an organization has been created and GitHub Action Failing Type-Checks but Working LocallyI'm setting up an automatic github action that will run type checks on my nextjs app when pushed / plooking for some tutorialscoming from a rails background, im new to node & t3 in general, is there a tutorial i can follow to is it worth it to have meaningful errors returned from server side form validation?like is it worth it at that point to return an error for every field that is invalid from the backenGood setup for CRA + Serverless in a monorepo?Hey folks, what’s a good setup for a serverless function and a CRA in a monorepo? If I’m able to stHow to redirect with new headers back to the same page?User goes to page `/foo`, we check if this page is protected, if it is, we rewrite the page to sometThe Edge - what's the pointso as far as i know the edge move a server close as possible to your user right? but then what's thcloudflare R2 in Versel?Has anyone here used R2 in their NextJS app hosted on Versel? Trying to save money on bandwidth WhReact.FC equivalent for RSCIs there a "React.FC" equivalent for React Server Components?How do I use the return type of a function with overloads that will be returned in the same functionI'm creating a library, but I have a problem when I use a function with overloads to return itself iMedia not rendering on first try, only after a refreshHey, first of all, this is my first complex Next.js project, so it is very probable that I am doing any good resource for browser extension development?just titleRoute Guarding with nextjsHow do you implement route guarding with nextjs? Not too sure what would be the recommended way to dthe URL must start with the protocol `mongo`I have been geting this error recently, and I have no idea why. my mongodb DATABASE_URL is without "Read and Write in Next Js Is not working in production (vercel)this code is working in local environment but not working in production can anyone tell me how to re