Open alexandervandenbroucke opened 3 years ago
The C api defines functions sqlite3_status and sqlite3_status64 that provide access to a number of global memory statistics. It would be useful to have proper Haskell bindings to these functions.
sqlite3_status
sqlite3_status64
PR welcome
The C api defines functions
sqlite3_status
andsqlite3_status64
that provide access to a number of global memory statistics. It would be useful to have proper Haskell bindings to these functions.