# Functions
FileTypeFilename returns the base name for the internal data file.
NewFileSystem returns a new instance of FileSystem.
NewRootHandle returns a new instance of RootHandle.
ParseFilename parses a base name into database name & file type parts.
ToError converts an error to a wrapped error with a FUSE status code.
# Constants
No description provided by the author
PosFileSize is the size, in bytes, of the "-pos" file.
PrimaryFilename is the name of the file that holds the current primary.
No description provided by the author
# Structs
DatabaseHandle represents a file handle to a SQLite database file.
DatabaseNode represents a SQLite database file.
Error wraps an error to return a "No Entry" FUSE error.
FileSystem represents a raw interface to the FUSE file system.
JournalHandle represents a file handle to a SQLite journal file.
JournalNode represents a SQLite rollback journal file.
No description provided by the author
LockHandle represents a file handle to a SQLite database file.
LockNode represents a file used for non-standard SQLite locks.
PosNode represents a file that returns the current position of the database.
PrimaryNode represents a file for returning the current primary node.
RootHandle represents a directory handle for the root directory.
RootNode represents the root directory of the FUSE mount.
SHMHandle represents a file handle to a SQLite database file.
SHMNode represents a SQLite database file.
WALHandle represents a file handle to a SQLite WAL file.
WALNode represents a SQLite WAL file.