# Functions
MigrateDatabaseIfNeeded has all the logic necessary to migrate from an old database through an arbitrary number of versions to the current database version.
NewDatabase creates a new database object in memory and creates the directory and files on disk for storing the data location is the base directory for creating the database.
No description provided by the author
# Constants
FossilDBVersion is the version of the database as recorded on disk.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
An Entry is a hydrated Datum, where the time and topic have been expanded.
The Query object represents a single query on a database.
Result wraps a slice of Items.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author