I guess another question I have. How easy is it to move from graphcool to managing my own postgres database with prisma?
p
picosam
05/15/2018, 8:00 PM
It’s easy, but needs a lot of reading beforehand in my experience.
w
weakky
05/15/2018, 8:03 PM
The longest parts IMO are: Making all the permissions again, and rebuilding an API on top of the generated one (Creating the new schema, importing the models, creating the revolvers etc etc..). It all depends on your needs and the size of your API.
s
schickling
05/15/2018, 8:36 PM
We’re working on some libraries/tooling that are making these common tasks easier for those who want to migrate!
s
steve
05/15/2018, 8:41 PM
Agree with @weakky .. it was definitely a paradigm shift for us to migrate from GCF to Prisma.. the learning curve is somewhat steep because of the breadth of tooling and new responsibilities, but ultimately WELL worth it. Prisma is the definitely the right abstraction and agreed with @schickling that the tooling is evolving fast to make migrations simpler.
👌 1
s
schickling
05/15/2018, 9:39 PM
@steve would you be up for writing about your migration + experience with Prisma? Pros/cons you see with Prisma vs Graphcool?