prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
311 stars 113 forks source link

Examples With Read Only Routing #335

Open myoder020 opened 4 months ago

myoder020 commented 4 months ago

Are there any examples with read only routing actually being used? I am able to use SSMS to connect to my availability group and can specify ApplicationIntent=ReadOnly in the connection string and it correctly uses the read only replica to execute queries. Using the same connection string in prisma is executing against the primary for some reason.