Hey. Are there any plans at providing graph cool c...
# prisma-whats-new
l
Hey. Are there any plans at providing graph cool console for local development?
i
You can upgrade a project from the Console and will be able to develop locally
Or, if you create a new project with the GC CLI, it’ll automatically be local
l
Yes, but what I want to do is being able to use console functionality with my local project created with GC CLI
Basically what is interesting in console for me right now is viewing data in database
i
Data Explorer is only available in the Console, at the moment. So, for right now, it’s either local development or Console development. Sorry 😕
d
Oh I'll love to have the Data explorer locally...right now when I want to experiment something I need to do before on the dashboard and then do on my local....it's a great tool for
newbies
other thing I don't know why but the permission key (top right) is missed on local
i
I’m not sure if it will be supported locally. Personally, I wouldn’t think they would. GC is moving towards the framework and something like a Data Explorer adds bloat where you can just run queries/mutations
You can use the Playground. It doesn’t have a Data Explorer but you can run queries/mutations/subs on it
graphcool local up
graphcool playground
^
gc
is short for
graphcool
m
use a mysql client (workbench, emma) as data explorer Find the ip of
local_graphcool-db_1
like this
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' local_graphcool-db_1
this will be the
hostname
port: 3306, user: root, password: graphcool, database: graphcool