Is there ORM integration available with Google Cloud Spanner?
I tried to integrate the app with the help of spanner-jdbc, along with spanner-hibernate(i.e. dialect provided by ‘nl topicus’ organization). I think this implementation is not official implementation of hibernate and I’m having trouble with implementation as if I need to change in existing table I need to re-create the whole schema using hbm2ddlauto property to create.
I’m implementing it on Spring boot application.
Also, can anyone clarify that is there any local environment available for Google Cloud Spanner, as my knowledge no solution is there for the same?