Via https://github.com/prisma/docs/pull/4377/files we changed the documentation in 4.10.0 to say that directUrl can be used to use CLI commands when using url = "prisma://...". That is actually not true for prisma studio so we should add that as a special case. We can mention there that when they are using prisma://... they already have a PDP project and can use the Data Browser.
Via https://github.com/prisma/docs/pull/4377/files we changed the documentation in 4.10.0 to say that
directUrlcan be used to use CLI commands when usingurl = "prisma://...". That is actually not true forprisma studioso we should add that as a special case. We can mention there that when they are usingprisma://...they already have a PDP project and can use the Data Browser.