prisma / studio

🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
https://www.prisma.io/studio
1.89k stars 47 forks source link

`--url` #349

Open janpio opened 4 years ago

janpio commented 4 years ago

For quick testing of databases / schemas / connection strings in Studio it would be nice if one could just run prisma studio --url="..." and get a working Studio instance. The schema could be created via Introspection, and possibly not even being written to disk.

schickling commented 4 years ago

I’d like to avoid this addition to studio command in order to avoid workflow fragmentation (i.e. there should be one way to do something). At least for now.

I however acknowledge the desire to simplify this workflow and would love to think a bit more about this without fragmenting the workflows.

divyenduz commented 4 years ago

This will also enable using Prisma studio as a standalone tool to access your databases. I love the design choices of Studio as my database client because

  1. Web-based (no installation etc, OS agnostic)
  2. Ephemeral (no maintenance of connection strings on desktop etc)