This PR adds a .stat() routine to transaction objects so that a caller may inspect statistics for a specific database. This is useful when there are multiple databases open in a single environment.
Please don't hesitate to provide feedback or further requests, as I'm still coming to terms with Rust, esp. unsafe.
This PR adds a
.stat()
routine to transaction objects so that a caller may inspect statistics for a specific database. This is useful when there are multiple databases open in a single environment.Please don't hesitate to provide feedback or further requests, as I'm still coming to terms with Rust, esp.
unsafe
.