Basic question we just cannot get answered anywhere: does gorm work with spanner databases? if yes, which driver(s) can we use to connect to spanner? We are considering using gorm for our project here at Equifax.
Comment From: li-jin-gou
spanner support PostgreSQLprotocol and you can use https://github.com/go-gorm/postgres to connect it