Welcome to the B-Tree tutorial.
Support for parsing and printing information contained in the header for BerkeleyDB pages.
Our next goal is to be able to walk the tree, and print out the values stored in the B-Tree.
Opening and closing databases as a BerkeleyDB ABI-compatible library.
Support for searching down the tree in search of a single value.