IreneKnapp / direct-sqlite

MIT License
35 stars 54 forks source link

Add Bindings to sqlite3_status and sqlite3_status64 #88

Open alexandervandenbroucke opened 3 years ago

alexandervandenbroucke commented 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.

jchia commented 2 years ago

PR welcome