Hi there,
I'm using Drizzle ORM in my NextJS 14 project and my client wants the ability to access and modify the database directly.
My plan was to run Drizzle Studio alongside my Vercel production app - or perhaps even under a subdomain which I can put behind an authentication barrier.
I'm looking at the documentation and I don't see a way to run Drizzle studio outside of localhost.
Is this possible?
Sadly, if not, then I will be moving to Prisma.
I would appreciate any guidance as soon as possible :)
Thanks
Hi there,
I'm using Drizzle ORM in my NextJS 14 project and my client wants the ability to access and modify the database directly.
My plan was to run Drizzle Studio alongside my Vercel production app - or perhaps even under a subdomain which I can put behind an authentication barrier.
I'm looking at the documentation and I don't see a way to run Drizzle studio outside of localhost.
Is this possible?
Sadly, if not, then I will be moving to Prisma.
I would appreciate any guidance as soon as possible :)
Thanks