package
0.0.0-20220908224107-61649fe157df
Repository: https://github.com/bradford-hamilton/slice-it-api.git
Documentation: pkg.go.dev

# Functions

NewDB creates a connection with our postgres database and returns it, otherwise an error.

# Structs

Db provides a set of methods for interacting with our database.
SliceItURL represents a URL in in our system.

# Interfaces

URLRepository describes the interface for interacting with our datastore.