jhalborg
jhalborg
Update! Google Cloud Spanner recently introduced `INSERT`, `UPDATE`, and `DELETE` as direct DML! Blog post announcing the change [here](https://cloud.google.com/blog/products/databases/develop-and-deploy-apps-more-easily-with-cloud-spanner-and-cloud-bigtable-updates) There are two caveats, though. 1. In the docs [under "locking"...
It'd be great with some input from @marktani , or perhaps you can direct the question to someone else on the team?
@mavilein - This would indeed be easier to understand. I have two followup questions: 1. Are there any other differences between the two? 2. Do you not recommend using `prisma`...
Two other workarounds that both worked for me: https://github.com/prisma/graphql-playground/issues/790#issuecomment-409221277 https://github.com/prisma/graphql-playground/issues/790#issuecomment-407153297
Any way to follow your progress for the Typescript migration for each of the projects @samouss ?
@dpetrick 's approach is what I'd imagined as well. Seeing as the separate management API server is no longer a requirement in v2, the Prisma library can't manage load balancing...
Of course not, but many DBs support read-replicas, which can help load balance requests more easily. I think this would be a great and fairly easy feature for Prisma 2...
Allright, that makes sense - it just wasn't clear from your original comment 👍
Will this be part of GA @divyenduz ? As far as I can tell, it's a pretty great bang-for-your-buck performance optimisation for Photon for a limited amount of work 🎉
Maybe inspiration can be found here https://github.com/RealOrangeOne/react-native-mock/blob/master/src/Libraries/Network/FormData.js