Does anyone know if there's a migration guide for ...
# orm-help
k
Does anyone know if there's a migration guide for getting off graph.cool? It continues to have outages and issues like https://github.com/prisma/graphcool-framework/issues/577 and little support even for paying users
j
I am in that process now. It is quite hard to find good info, especially with a lot of different versions of Prisma docs etc. I am progressing by asking around here and in the forum and different tutorials and blogs. The GC team announced that they are working on a tool to dump GC to a database file that you can later import into a DB and use Prisma with it.
j
@Josef Henryson You can do
graphcool export
and
prisma import
, with only some minor changes in the schema between prisma 1.34 and GC