Join Slack
Powered by
as a graphcool user, do we have direct access to t...
# prisma-whats-new
s
steveb
11/08/2017, 2:34 PM
as a graphcool user, do we have direct access to the Aurora db so we can run SQL queries as needed?
n
nilan
11/08/2017, 2:34 PM
you do have direct access when you run a private cluster, but not on the shared cluster
s
steveb
11/08/2017, 2:35 PM
So if I want to do something simple like emptying all nodes from a single table, can I do that on shared?
n
nilan
11/08/2017, 2:36 PM
through the Simple API yes, but not directly via the DB
s
steveb
11/08/2017, 2:37 PM
ok, and there's no feature in the console ui that provides that currently, is there?
steveb
11/08/2017, 2:37 PM
i see that I can wipe all data for a project, but I need to just wipe a single table
n
nilan
11/08/2017, 2:37 PM
no but here's a script that might be helpful
https://github.com/graphcool-examples/scripts/tree/master/delete-nodes
s
steveb
11/08/2017, 2:37 PM
ok, thanks
3
Views
Open in Slack
Previous
Next