package
0.0.0-20220119082523-653471345d29
Repository: https://github.com/francispinheiro/go_pgx.git
Documentation: pkg.go.dev
# Functions
CreateBook func for creates a new book.
DeleteBook func for deletes book by given ID.
GetBook func gets book by given ID or 404 error.
GetBooks func gets all exists books.
No description provided by the author
UpdateBook func for updates book by given ID.