# Functions
NewStubDatabase creates a new StubDatabase.
OpenDatabase will open and create a database.
# Structs
StubDatabase is an implementation of Database that succeeds on all calls without persisting anything to disk.
# Interfaces
Database is a database used to save offsets.