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