as a graphcool user, do we have direct access to t...
# prisma-whats-new
s
as a graphcool user, do we have direct access to the Aurora db so we can run SQL queries as needed?
n
you do have direct access when you run a private cluster, but not on the shared cluster
s
So if I want to do something simple like emptying all nodes from a single table, can I do that on shared?
n
through the Simple API yes, but not directly via the DB
s
ok, and there's no feature in the console ui that provides that currently, is there?
i see that I can wipe all data for a project, but I need to just wipe a single table
n
s
ok, thanks