Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql copied to clipboard
Add caching option for ServerVersion.AutoDetect()
Many users are currently simply calling ServerVersion.AutoDetect() every time when setting up their DbContext. This will lead to an additional roundtrip every time the DbContext is setup.
We should add an option, that internally caches the ServerVersion per connection string.