package
0.0.0-20230628202252-d1510b1d4151
Repository: https://github.com/ghostdev-labs/gourlshortener.git
Documentation: pkg.go.dev

# Functions

CloseDB closes the database connection.
CreateURL creates a new URL record in the database.
DeleteURL deletes a URL record from the database.
GetURLByShortURL retrieves a URL record from the database by short URL.
GetURLs retrieves all URL records from the database.
No description provided by the author
UpdateURL updates a URL record in the database.

# Structs

URL is the model for storing shortened URLs.