Open janpio opened 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.
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
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.