package bolt // Info contains information about the database. type Info struct { MapSize int LastPageID int LastTransactionID int MaxReaders int ReaderCount int }