Open
Description
Is your feature request related to a problem? Please describe.
When enabling the parameter SQLITE_CONFIG_MEMSTATUS at compile time, the performance (read/write) is more than 2x slower
Describe the solution you'd like
I would like to have a way to disable this parameter at runtime as the native code already support it by sqlite3_config(SQLITE_CONFIG_MEMSTATUS,0)
Describe alternatives you've considered
Have different versions, two different jars. one compiled with this option enabled and one while it disabled
Additional context
Add any other context or screenshots about the feature request here.