# Functions
Client creates a DB client.
Collection creates a collection object for the DB.
IsDuplicateError checks if an error is a duplacte index error.
IsNotFoundError checks if an error is no ducument error.
# Structs
Collections represent the various collections in the store.
Config represents the Store coonection information.
Data is used to manipulate the collections.