I currently have a PostgreSQL db based on Django models. I am planning on breaking out of Django and move to microservices and would really like to use Prisma in some way but not really sure where to start. Any pointers?
s
Sam Jackson
05/23/2018, 1:36 PM
You mean you are looking into deploying Prisma on AWS, Zeit Now, or Apex Up? There is documentation on the latter two and there are a few people here who can provide insight on AWS.
m
mekwall
05/23/2018, 2:23 PM
Ah, no. Sorry for not being more clear. I'm looking at redesigning our current db model with GraphQL schema instead (to become db agnostic) and then use that with Prisma, but I don't really know where to start.
Are there any helpful tools or guides to do stuff like that? I've been googling like crazy but haven't really found anything helpful.