<@U7GSDG8SE> Would that not depend on where your b...
# prisma-whats-new
k
@jsvde Would that not depend on where your back-end data are stored? Graphcool is a query system, not a DBMS
a
That would be true if you could access the underlying database directly, which you can't
So all data coming out or going in to the database has to go through the Graphcool GraphQL API
j
I get your point but gc is both, a query system and dbms
👍🏻 1
I was searching for something like a local mock-database that get's created by the gc-schema and types and backed by a local instance of sqlite/postgres/etc. to build up your data and manipulate it before dumping it and pushing it to gc