package
0.0.0-20250221025053-c3ab81728e88
Repository: https://github.com/denglitong/golang.git
Documentation: pkg.go.dev
# Functions
AddAlbum adds the specific album to the database, returning the album ID of the new entry.
AlbumById queries for the album with the specific ID.
AlbumsByArtist queries for albums that have the specific artist name.
No description provided by the author
CreateOrder creates an order for an album and returns the new order ID.
No description provided by the author
No description provided by the author
QueryWithTimeout cancelling database operations after a timeout.
No description provided by the author
No description provided by the author
UpdateAlbum updates the specific album to the database, returning the affected rows of the update entry.