# Functions
FromDatabase returns a new repository store that interacts with a PostgreSQL FromDatabase to store all the data.
Local creates a new local repository store that needs no database connection.
# Structs
DatabaseStore implements a borges.RepositoryStorage based on a database.
LocalStore represents a borges.RepositoryStore that isn't backed by any database.