# Functions
NewFileDB creates a FileDB at the given directory path, creating the directory if necessary.
NewLocalDB creates a LocalDB at the given directory path, creating the directory if necessary.
# Structs
A FileDB uses the filesystem for an extremely simple database.
No description provided by the author
No description provided by the author
A LocalDB is like a FileDB, but there is only one logical user and all requests are automatically pushed through this user.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author