简体   繁体   中英

Can nHibernate be used to access google cloud SQL server?

We are porting our legacy application in nHibernate to Google cloud. Can nHibernate be used to access Google coud SQL server in resilient manner?

There are separate NuGet package to access Google cloud Spanner from nHibernate. But I am not finding anything to access Google Cloud Sql server using nHibernate.

This is all about configuration. You need:

  • to specify the google clound connexion string in the NHibernate configuration.
  • the SqlServer driver nuget package Everithing should works fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM