# Functions
Read a file as []byte.
Create an empty file, overwriting it if it exists.
Determine whether a file exists.
Open a fdb database or create a new database.
Read a file as a string.
Retrieve an unsigned integer in decimal form from a file with the given name in the given collection.
Write bytes to a file with the given name in the given collection.
# Structs
Collection represents a collection of objects in an fdb database.
FDB configuration.
FDB instance.
A link points to a given name in a given collection.
Expresses the permission policy for a given path.
# Interfaces
Stream for reading an object from the database.
Stream for writing an object to the database.