package
0.0.0-20240402041354-59b50d2ce5dc
Repository: https://github.com/karkianmol/bookstore-api-golang.git
Documentation: pkg.go.dev

# Functions

DeleteBook deletes a book by its ID from the database.
GetBookById retrieves a book by its ID from the database.
GetBooks retrieves all books from the database.

# Structs

Book represents the model for a book in the BookStore.