Summary
In this chapter, we have learned the methods needed to create a storage engine with a full read/write support, and created an example engine that stores the data in HTML files.
In the next, the last in the storage engine series, chapter, we will see what it takes to write a storage engine that supports indexes.