Closed
Description
openedon May 15, 2018
Pooling connections will improve performance--especially when using encryption which makes opening a connection more expensive. (Part of https://github.com/aspnet/Microsoft.Data.Sqlite/issues/412)
This would also allow us to make CreateFunction()
, etc. calls persist between closing and re-opening a connection obviating the need for https://github.com/aspnet/Microsoft.Data.Sqlite/issues/354.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment