Just noticed that https://github.com/bubibubi/EntityFrameworkCore.Jet supports connection pooling. I am currently using https://github.com/bubibubi/JetEntityFrameworkProvider and would like to use connection pooling in the EF6 version until I have time to port the app to Core.
Can I setup connection pooling for JetEntityFrameworkProvider? If so, how? Are there any things to watch for if I do turn on connection pooling?