sqlite-jdbc
sqlite-jdbc copied to clipboard
How to get memory status of Sqlite database
Is your feature request related to a problem? Please describe. I am interested in getting memory usage of individsal Sqlite databases from my Java program. Basically the parameters here http://www.sqlite.org/c3ref/status.html
Describe the solution you'd like How to get these values in my Java app?
Describe alternatives you've considered NA
Additional context NA
We don't expose it. It would require some JNI work.