package
0.19.1-rc.5
Repository: https://github.com/src-d/borges.git
Documentation: pkg.go.dev

# 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.